Enable actions; lint only
All checks were successful
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-fedora41) (push) Successful in 10s

This commit is contained in:
2025-08-05 00:42:58 -04:00
parent f68446b1ef
commit f7734909de
2 changed files with 37 additions and 0 deletions

3
.ci.env Normal file
View File

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