drone-test-2/.drone.env
Chris Hammer c1da38f655
All checks were successful
continuous-integration/drone/push Build is passing
Oopsed the playbook name
2023-12-13 23:58:31 -05:00

4 lines
249 B
Bash

export ANSIBLE_LINT_EXCLUSION="--exclude collections/ansible_collections/ansible* --exclude collections/ansible_collections/community* --exclude .gitea"
export ANSIBLE_INVENTORY="-i 127.0.0.1, --connection=local"
export ANSIBLE_PLAYBOOK="hello.yml"