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.
* changelog
(cherry picked from commit 3247626ac7
)
pull/61743/head
parent
0bc1285987
commit
b77abd0491
@ -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