Add installation of community modules to deploy.sh
This commit is contained in:
parent
ea41e054a9
commit
731b3f8877
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
BASE_CMD="ansible-playbook playbook.yml --ask-vault-pass"
|
BASE_CMD="ansible-playbook playbook.yml --ask-vault-pass"
|
||||||
|
|
||||||
|
echo "Installing community modules"
|
||||||
|
ansible-galaxy collection install community.general
|
||||||
|
|
||||||
if [ -z "$1" ]; then
|
if [ -z "$1" ]; then
|
||||||
echo "Deploying all!"
|
echo "Deploying all!"
|
||||||
$BASE_CMD
|
$BASE_CMD
|
||||||
|
|
Loading…
Reference in a new issue