diff --git a/.drone.env b/.drone.env index cb9f953..3e0aeac 100644 --- a/.drone.env +++ b/.drone.env @@ -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" diff --git a/ansible.cfg b/ansible.cfg index d58a63d..8f69f42 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -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