mirror of https://github.com/ansible/ansible.git
Fix handling of environment inheritence, and template each inherited env
Environments were not being templated individually, so a variable environment value was causing the exception regarding dicts to be hit. Also, environments as inherited were coming through with the tasks listed first, followed by the parents, so they were being merged backwards. Reversing the list of environments fixed this.pull/13663/head
parent
f41dd578b3
commit
1f7ed5d8ee
Loading…
Reference in New Issue