mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-21 11:34:15 -07:00
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:
parent
90a38670be
commit
87ebc56de6
3 changed files with 75 additions and 0 deletions
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue