BaseOS v1.0.21 #2

Merged
chris merged 35 commits from testing into main 2024-02-28 20:29:05 -05:00
Showing only changes of commit 7b85b5f204 - Show all commits

View File

@ -1,3 +1,4 @@
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"