Fix ansible-lint

Change-Id: I3c8658d0cd3e0ec9c2b82f9ca5dfe7415af79cde
Signed-off-by: Maksim Malchuk <maksim.malchuk@gmail.com>
This commit is contained in:
Maksim Malchuk 2023-04-12 18:26:53 +03:00 committed by Steve Baker
parent 673a768517
commit 45a92ea49c

View File

@ -18,6 +18,7 @@ ln -s "$(realpath $SOURCE)" "$DEST/ansible_collections/openstack/cloud"
export ANSIBLE_COLLECTIONS_PATHS="$(realpath $DEST)"
export ANSIBLE_LIBRARY="$(dirname $0)/../playbooks/library"
export ANSIBLE_ROLES_PATH="$(dirname $0)/../playbooks/roles"
find playbooks -maxdepth 1 -type f -regex '.*.ya?ml' -print0 | \
xargs -t -n1 -0 ansible-lint -v --nocolor