ソースを参照

fix setting root path because the script moved one level up in 2f457b2a

pull/3124/head
mcnesium 2年前
committed by GitHub
コミット
af86ec6dbf
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: B5690EEEBB952194
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      bin/ansible-all-hosts.sh

+ 1
- 1
bin/ansible-all-hosts.sh ファイルの表示

@@ -8,7 +8,7 @@
# #


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


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


読み込み中…
キャンセル
保存