summaryrefslogtreecommitdiff
path: root/apply-role.sh
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-05-24 22:38:52 +0200
committerChristian Pointner <equinox@spreadspace.org>2018-05-24 22:38:52 +0200
commita65eff44b52d4e531a3cd8a335be6c9cff066e35 (patch)
tree08c772741b3d66a3ae0ccf36dc60d902a129857e /apply-role.sh
parentfix dkms role for scaleway boxes with 'custom' kernel (diff)
some cleanups
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