summaryrefslogtreecommitdiff
path: root/apply-role.sh
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-01-30 13:12:39 +0100
committerChristian Pointner <equinox@spreadspace.org>2020-01-30 13:12:39 +0100
commite81f65b23a2aba12fea31a207eb369828c349035 (patch)
treeb85f9ec48eedcc3e4f4c135d59ae8b0e91f8641d /apply-role.sh
parentsome more whitespace cleanup (diff)
fix generic.yml calling scripts
Diffstat (limited to 'apply-role.sh')
-rwxr-xr-xapply-role.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/apply-role.sh b/apply-role.sh
index 0a513b1d..4b787c34 100755
--- a/apply-role.sh
+++ b/apply-role.sh
@@ -14,4 +14,4 @@ ansible_variable__get env_group "$hosts" || exit 1
vault_environment__set "$env_group" || exit 1
echo "######## applying the role '$role' to host(s) '$hosts' in environment '$env_group' ########"
-exec ansible-playbook -e "myhosts=$hosts" -e "myrole=$role" $@ "$env_group/generic.yaml"
+exec ansible-playbook -e "myhosts=$hosts" -e "myrole=$role" $@ "$env_group/generic.yml"