ansible-play-baseos/.drone.env
Chris Hammer 7f25c887cf
All checks were successful
continuous-integration/drone/push Build is passing
Update exclusions to skip baseos collection for now. We want to see the playbook run.
2023-12-14 00:24:38 -05:00

4 lines
188 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="baseos.yml"