updated check_ansible_playbooks.sh

pull/2/head
Hari Sekhon 5 years ago
parent 23e7c16ee3
commit 477f42cb8d

@ -17,7 +17,7 @@ set -euo pipefail
[ -n "${DEBUG:-}" ] && set -x
srcdir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# shellcheck disable=SC1090
# shellcheck source=lib/utils.sh
. "$srcdir/lib/utils.sh"
filelist="$(find "${1:-.}" -type f -name '*playbook.y*ml' | sort)"

Loading…
Cancel
Save