diff options
Diffstat (limited to 'setup-parrot.sh')
-rw-r--r-- | setup-parrot.sh | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/setup-parrot.sh b/setup-parrot.sh index 7759b4e..70c13d1 100644 --- a/setup-parrot.sh +++ b/setup-parrot.sh @@ -25,6 +25,12 @@ echo "***********************************" pip install ansible echo "***********************************" +echo "* Installing Ansible Collection *" +echo "***********************************" + +ansible-galaxy collection install community.general + +echo "***********************************" echo "* Pulling master bashrc *" echo "***********************************" @@ -60,4 +66,4 @@ echo "***********************************" echo "* Done! *" echo "***********************************" -echo "You should be set up. Check above for any errors."
\ No newline at end of file +echo "You should be set up. Check above for any errors." |