mirror of https://github.com/ansible/ansible.git
environment - stop suppressing undefined ansible_env errors for all tasks
parent
319dca2ea8
commit
356737b288
@ -0,0 +1,5 @@
|
||||
bugfixes:
|
||||
- >-
|
||||
``environment`` keyword - env vars defined with ``ansible_env`` are no longer
|
||||
silently ignored when ``ansible_env`` is undefined for actions other than
|
||||
setup and gather_facts.
|
||||
Loading…
Reference in New Issue