Allow parent groups to be variables or literal (#53649)

* Allow parent groups to be variables or literal, requires {{ }}
* Check strict before failing on templating errors
* Don't add a group if an invalid parent group was provided
This commit is contained in:
Sloane Hertel 2019-03-14 13:22:18 -05:00 committed by Brian Coca
commit 87ebc56de6
3 changed files with 75 additions and 0 deletions

View file

@ -0,0 +1,3 @@
minor_changes:
- inventory keyed_groups - allow the parent_group to be specified as a variable by using
brackets, such as "{{ placement.region }}", or as a string if brackets are not used.