ansible/changelogs/fragments/60912-constructed-groups-option-sanitization.yaml
Sloane Hertel 3247626ac7 Warn when transforming constructed groups (#60912)
* Warn when transforming constructed groups

The `keyed_groups` field has used sanitization since 2.6, but `groups` only started doing so in 2.8.
This adds a warning for the change in behavior.

* changelog
2019-08-20 10:32:02 -05:00

2 lines
111 B
YAML

bugfixes:
- constructed - Add a warning for the change in behavior in the sanitization of the groups option.