Parcourir la source

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

pull/3124/head
mcnesium il y a 2 ans
committed by GitHub
Parent
révision
af86ec6dbf
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: B5690EEEBB952194
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      bin/ansible-all-hosts.sh

+ 1
- 1
bin/ansible-all-hosts.sh Voir le fichier

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


Chargement…
Annuler
Enregistrer