ansible/changelogs/fragments/user-local-warning-fix.yaml
Maciej Delmanowski 75be309242 Don't warn if local user is found in user database ()
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>
2019-07-31 12:14:22 -04:00

2 lines
134 B
YAML

bugfixes:
- 'user - do not warn when using ``local: yes`` if user already exists (https://github.com/ansible/ansible/issues/58063)'