summaryrefslogtreecommitdiff
path: root/apply-role.sh
diff options
context:
space:
mode:
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 a4b49b04..3d39f345 100755
--- a/apply-role.sh
+++ b/apply-role.sh
@@ -10,4 +10,4 @@ role="$1"
shift
echo "######## applying the role '$role' to host(s) '$hosts' ########"
-exec ansible-playbook -e "myname=$hosts" -e "myrole=$role" $@ generic.yaml
+exec ansible-playbook -e "myhosts=$hosts" -e "myrole=$role" $@ generic.yaml