mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-20 11:04:00 -07:00
* 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
3 lines
195 B
YAML
3 lines
195 B
YAML
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.
|