summaryrefslogtreecommitdiff
path: root/configure-info-beamer.sh
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-04-23 01:24:38 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-04-23 01:24:38 +0200
commit17077868e615fa7115abdb03a5af4662ab0a3679 (patch)
tree22cb752792c3410bcfe8ce856b9746cad1ccf8d3 /configure-info-beamer.sh
parentremove spreadspace k8s-test cluster (diff)
refactor all install roles ans playbooks to work with new variable install_hostname
Diffstat (limited to 'configure-info-beamer.sh')
-rwxr-xr-xconfigure-info-beamer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure-info-beamer.sh b/configure-info-beamer.sh
index 2d290872..a4afeecb 100755
--- a/configure-info-beamer.sh
+++ b/configure-info-beamer.sh
@@ -16,4 +16,4 @@ echo "configuring $name in environment '$env_group'"
echo ""
echo "######## running the info-beamer playbook ########"
-exec ansible-playbook -e "hostname=$name" $@ "$env_group/info-beamer.yml"
+exec ansible-playbook -e "infobeamer_hostname=$name" $@ "$env_group/info-beamer.yml"