Files
Chris Hammer 7606a0c308
Some checks failed
Ansible Lint Pipeline / Ansible-Development-Pipeline (ansible-dev-centos) (push) Failing after 11s
Add cleanup check; task migration; Add ansible-lint action
2025-09-24 16:08:49 -04:00

4 lines
203 B
Bash

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"