mirror of https://github.com/ansible/ansible.git
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. * changelogpull/54309/head
parent
ba25522db4
commit
3247626ac7
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- constructed - Add a warning for the change in behavior in the sanitization of the groups option.
|
||||
Loading…
Reference in New Issue