mirror of https://github.com/ansible/ansible.git
user - warn if "append" is set but not "groups" (#65795)
This fixes people unknowingly changing the primary group rather than adding a secondary group. * Add integration testpull/67099/head
parent
fe454d27a1
commit
3b32f95fb3
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- 'user - usage of ``append: True`` without setting a list of groups. This is currently a no-op with a warning, and will change to an error in 2.14. (https://github.com/ansible/ansible/pull/65795)'
|
||||
Loading…
Reference in New Issue