ansible/changelogs/fragments/60912-constructed-groups-option-sanitization.yaml
Sloane Hertel b77abd0491 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

(cherry picked from commit 3247626ac7)
2019-09-03 11:15:23 -07:00

2 lines
111 B
YAML

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