Explorar el Código

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

pull/3124/head
mcnesium hace 2 años
committed by GitHub
padre
commit
af86ec6dbf
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: B5690EEEBB952194
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      bin/ansible-all-hosts.sh

+ 1
- 1
bin/ansible-all-hosts.sh Ver fichero

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


Cargando…
Cancelar
Guardar