Преглед изворни кода

Merge pull request #3124 from mcnesium/patch-1

fix setting root path because the script moved one level up in 2f457b2a
pull/3125/head
Slavi Pantaleev пре 2 година
committed by GitHub
родитељ
комит
3a0eeed680
No known key found for this signature in database GPG Key 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
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…
Откажи
Сачувај