summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
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")