Add cleanup check; task migration; Add ansible-lint action
Some checks failed
Ansible Lint Pipeline / Ansible-Development-Pipeline (ansible-dev-centos) (push) Failing after 11s

This commit is contained in:
2025-09-24 16:08:49 -04:00
parent f7d2a20ef7
commit 7606a0c308
6 changed files with 95 additions and 32 deletions

3
.ci.env Normal file
View File

@ -0,0 +1,3 @@
export ANSIBLE_LINT_EXCLUSION="--exclude collections/ansible_collections --exclude .gitea"
export ANSIBLE_INVENTORY="-i 127.0.0.1, --connection=local"
export ANSIBLE_PLAYBOOK="playbooks/gather_ipv4.yml"