We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2536b15 commit af86ec6Copy full SHA for af86ec6
bin/ansible-all-hosts.sh
@@ -8,7 +8,7 @@
8
#
9
10
# set playbook root path
11
-root=$(dirname "$(readlink -f "$0")")/../..
+root=$(dirname "$(readlink -f "$0")")/..
12
13
# set default tags or get from first argument if any
14
tags="${1:-setup-all,start}"
0 commit comments