ansible/changelogs/fragments/73429-inventory-sanitization-constructed-features.yml
Michael Shnit 4315e18807
Fix regression introduced in b77abd0491 causing bug in inventory modu… (#73429)
* Fix regression introduced in b77abd0491 causing bug in inventory modules which break functionality in user setting  use_contrib_script_compatible_sanitization  parameter.

* Add changelog

Co-authored-by: s-hertel <19572925+s-hertel@users.noreply.github.com>
2021-02-04 17:25:08 -05:00

4 lines
233 B
YAML

bugfixes:
- inventory plugins - Let plugins define the sanitization method for the constructed ``groups`` feature.
minor_changes:
- constructed inventory plugin - Sanitize group names created from the ``groups`` option silently.