Skip to content

Commit 3a0eeed

Browse files
authoredJan 23, 2024
Merge pull request #3124 from mcnesium/patch-1
fix setting root path because the script moved one level up in 2f457b2
2 parents 2536b15 + af86ec6 commit 3a0eeed

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)