Skip to content

Commit 845668e

Browse files
authored
fix: keep requirements
1 parent 39275c7 commit 845668e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ sudo xcodebuild -license
55
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
66
python3 get-pip.py
77
sudo pip3 install --ignore-installed ansible
8-
ansible-galaxy install
8+
ansible-galaxy install -r requirements.yml
99

1010
ansible-playbook -i "localhost," -c local ansible_osx.yml --ask-become-pass

0 commit comments

Comments
 (0)