mirror of https://github.com/ansible/ansible.git
Don't warn if local user is found in user database (#56838)
If the 'local' parameter of the 'user' Ansible module is enabled, and the user has been found in the local user database, don't emit a warning, because this is an expected outcome. Add changelog and integration tests Co-authored-by: drybed <drybjed@gmail.com>pull/59876/head
parent
cb9ab42ab8
commit
75be309242
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- 'user - do not warn when using ``local: yes`` if user already exists (https://github.com/ansible/ansible/issues/58063)'
|
Loading…
Reference in New Issue