We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39275c7 commit 845668eCopy full SHA for 845668e
bin/bootstrap
@@ -5,6 +5,6 @@ sudo xcodebuild -license
5
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
6
python3 get-pip.py
7
sudo pip3 install --ignore-installed ansible
8
-ansible-galaxy install
+ansible-galaxy install -r requirements.yml
9
10
ansible-playbook -i "localhost," -c local ansible_osx.yml --ask-become-pass
0 commit comments