drone-test-2/.drone.env
Chris Hammer 762b7195dc
Some checks failed
continuous-integration/drone/push Build is failing
testing the sourcing of environmental variables
2023-12-13 23:37:53 -05:00

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