From ce14647161ebc8b86d0e16e98290d1885f7d0507 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Tue, 9 Jan 2024 19:13:10 +0200 Subject: [PATCH] Fix comment in bin/ansible-all-hosts.sh and make executable --- bin/ansible-all-hosts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 bin/ansible-all-hosts.sh diff --git a/bin/ansible-all-hosts.sh b/bin/ansible-all-hosts.sh old mode 100644 new mode 100755 index 3b611ab35..4929e1050 --- a/bin/ansible-all-hosts.sh +++ b/bin/ansible-all-hosts.sh @@ -4,7 +4,7 @@ # It defaults to ansible tags "setup-all,start". You can pass alternative tags # to this script as arguments, e.g. # -# ./inventory/scripts/ansible-all-hosts.sh self-check +# ./bin/ansible-all-hosts.sh self-check # # set playbook root path