Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 601d68b

Browse files
authored
Install ansible modules
1 parent 30f393b commit 601d68b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ git clone https://github.com/rattrap/mac-dev-playbook.git
6464
fancy_echo "Changing to mac dev playbook repo dir ..."
6565
cd mac-dev-playbook
6666

67+
fancy_echo "Installing ansible modules ..."
68+
ansible-galaxy install -r requirements.yml
69+
6770
# Run this from the same directory as this README file.
6871
fancy_echo "Running ansible playbook ..."
6972
ansible-playbook main.yml -i hosts --ask-sudo-pass -vvvv

0 commit comments

Comments
 (0)