We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2536b15 + af86ec6 commit 3a0eeedCopy full SHA for 3a0eeed
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