Add installation of community modules to deploy.sh

This commit is contained in:
Sam A. 2022-11-10 22:03:49 +01:00
parent 0b977793cd
commit 86589ad065
Signed by: samsapti
GPG key ID: CBBBE7371E81C4EA

View file

@ -2,6 +2,9 @@
BASE_CMD="ansible-playbook playbook.yml --ask-vault-pass"
echo "Installing community modules"
ansible-galaxy collection install community.general
if [ -z "$1" ]; then
echo "Deploying all!"
$BASE_CMD