fd229dcbb5
* add ANSIBLE_PLAYBOOK_DIR envvar support * allows `ANSIBLE_PLAYBOOK_DIR` envvar as a fallback on CLI types that support `--playbook-dir`. This should have been implemented with #59464, but was missed due to an oversight. * added basic integration test * make first-class PLAYBOOK_DIR config entry * update changelog
2 lines
31 B
INI
2 lines
31 B
INI
[defaults]
|
|
playbook_dir = /tmp
|