8b07d46166
* 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
19 lines
342 B
YAML
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'
|