Przeglądaj źródła

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

pull/3124/head
mcnesium 2 lat temu
committed by GitHub
rodzic
commit
af86ec6dbf
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      bin/ansible-all-hosts.sh

+ 1
- 1
bin/ansible-all-hosts.sh Wyświetl plik

@@ -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}"


Ładowanie…
Anuluj
Zapisz