瀏覽代碼
fix setting root path because the script moved one level up in 2f457b2a
pull/3124/head
mcnesium
2 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: B5690EEEBB952194
共有
1 個文件被更改,包括
1 次插入 和
1 次删除
-
bin/ansible-all-hosts.sh
|
|
|
@@ -8,7 +8,7 @@ |
|
|
|
# |
|
|
|
|
|
|
|
# set playbook root path |
|
|
|
root=$(dirname "$(readlink -f "$0")")/../.. |
|
|
|
root=$(dirname "$(readlink -f "$0")")/.. |
|
|
|
|
|
|
|
# set default tags or get from first argument if any |
|
|
|
tags="${1:-setup-all,start}" |
|
|
|
|