Minor cleanup of task environment vars

This commit is contained in:
AlanCoding
2018-11-16 13:28:42 -05:00
parent 2f669685d8
commit 7417f9925f
2 changed files with 3 additions and 5 deletions

View File

@@ -606,6 +606,9 @@ ANSIBLE_PARAMIKO_RECORD_HOST_KEYS = False
# output
ANSIBLE_FORCE_COLOR = True
# If tmp generated inventory parsing fails (error state), fail playbook fast
ANSIBLE_INVENTORY_UNPARSED_FAILED = True
# Additional environment variables to be passed to the ansible subprocesses
AWX_TASK_ENV = {}