ansible/test/integration/targets/inventory_constructed/constructed.yml
Sloane Hertel 8b07d46166
Add a toggle for the leading separator for keyed_groups (#60882)
* Add a toggle for the leading separator for keyed_groups if no prefix is given

* changelog

* Add tests for backward compatibility and the new toggle
2020-10-23 15:57:44 -04:00

19 lines
342 B
YAML

plugin: constructed
keyed_groups:
- key: hostvar0
- key: hostvar1
- key: hostvar2
- key: hostvar0
separator: 'separator'
- key: hostvar1
separator: 'separator'
- key: hostvar2
separator: 'separator'
- key: hostvar0
prefix: 'prefix'
- key: hostvar1
prefix: 'prefix'
- key: hostvar2
prefix: 'prefix'