Thanks to visit codestin.com Credit goes to github.com
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 30f393b commit 601d68bCopy full SHA for 601d68b
install.sh
@@ -64,6 +64,9 @@ git clone https://github.com/rattrap/mac-dev-playbook.git
64
fancy_echo "Changing to mac dev playbook repo dir ..."
65
cd mac-dev-playbook
66
67
+fancy_echo "Installing ansible modules ..."
68
+ansible-galaxy install -r requirements.yml
69
+
70
# Run this from the same directory as this README file.
71
fancy_echo "Running ansible playbook ..."
72
ansible-playbook main.yml -i hosts --ask-sudo-pass -vvvv
0 commit comments