summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-10-03 23:03:28 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-10-03 23:03:28 +0200
commitd1d992c56f60580ec28ffcad018234163cca5dae (patch)
treee63ef634a40d37135c83fe9d5ef0d041a519cc79 /install.sh
parentmove known-host cleanup to utils.sh (diff)
remove_known_hosts: fix shell variables
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index b4056858..68e06553 100755
--- a/install.sh
+++ b/install.sh
@@ -25,7 +25,7 @@ echo "########## removing cached facts #########"
rm -f ".cache/facts/$name"
echo ""
-echo "######## running the install playbook ########"
+echo "######## running the install playbook for $name ########"
declare -a extra_vars
extra_vars+=(-e "install_hostname=$name")
extra_vars+=(-e "install_distro=$distro")