Browse Source

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

pull/3124/head
mcnesium 2 years ago
committed by GitHub
parent
commit
af86ec6dbf
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bin/ansible-all-hosts.sh

+ 1
- 1
bin/ansible-all-hosts.sh View File

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


Loading…
Cancel
Save