BaseOS v1.0.36 #20

Merged
chris merged 7 commits from testing into main 2025-08-25 13:33:04 -04:00
4 changed files with 3 additions and 2 deletions
Showing only changes of commit 70f3898557 - Show all commits

View File

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

View File

@ -14,6 +14,7 @@ timeout = 30
host_key_checking = false
display_skipped_hosts = false
deprecation_warnings = false
force_color = true
# callback_whitelist is deprecated
# we only include here for backwards compatibility