tweak do-update
authorRalf Jung <post@ralfj.de>
Mon, 20 Aug 2018 16:42:50 +0000 (18:42 +0200)
committerRalf Jung <post@ralfj.de>
Mon, 20 Aug 2018 16:42:50 +0000 (18:42 +0200)
do-update

index f99450ccf328a1fad3e6053bc91328d2533f4c48..e9edd4888f73e59b72b9fb3c1fb69c02f2fab660 100755 (executable)
--- a/do-update
+++ b/do-update
@@ -3,7 +3,7 @@ cd "$(dirname "$(readlink -e "$0")")"
 for HOST in "$@"; do
   echo "Playing on $HOST"
   ansible-playbook upgrade.yml -l "$HOST"
-  read -p "Do you want me to reboot? (y/N) " ANSWER
+  read -p "Do you want me to reboot $HOST? (y/N) " ANSWER
   if [[ "$ANSWER" == y* ]]; then
     ansible "$HOST" -a "shutdown -r +1"
   fi