We should only be testing the playbook, not anything imported. Our collection will need CI of its very own.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Chris Hammer 2023-12-14 10:55:00 -05:00
parent 453301c565
commit 9928159322

View File

@ -1,4 +1,4 @@
export ANSIBLE_LINT_EXCLUSION="--exclude collections/ansible_collections/ansible* --exclude collections/ansible_collections/community* --exclude .gitea"
# export ANSIBLE_LINT_EXCLUSION="--exclude collections/ansible_collections --exclude .gitea"
# export ANSIBLE_LINT_EXCLUSION="--exclude collections/ansible_collections/ansible* --exclude collections/ansible_collections/community* --exclude .gitea"
export ANSIBLE_LINT_EXCLUSION="--exclude collections/ansible_collections --exclude .gitea"
export ANSIBLE_INVENTORY="-i 127.0.0.1, --connection=local"
export ANSIBLE_PLAYBOOK="baseos.yml"