Skip to content

Commit af86ec6

Browse files
authored
fix setting root path because the script moved one level up in 2f457b2
1 parent 2536b15 commit af86ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ansible-all-hosts.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99

1010
# set playbook root path
11-
root=$(dirname "$(readlink -f "$0")")/../..
11+
root=$(dirname "$(readlink -f "$0")")/..
1212

1313
# set default tags or get from first argument if any
1414
tags="${1:-setup-all,start}"

0 commit comments

Comments
 (0)