mirror of https://github.com/ansible/ansible.git
[stable-2.9] user - honor update_password parameter on BusyBox hosts (#65977)
The check for this parameter was missing from BusyBox.modify_user(), resulting in unexpected password changes to existing user accounts.
(cherry picked from commit 18130e1419)
Co-authored-by: Sam Doran <sdoran@redhat.com>
pull/66377/head
parent
2858983de3
commit
003e9fdecd
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- user - on systems using busybox, honor the ``on_changed`` parameter to prevent unnecessary password changing (https://github.com/ansible/ansible/issues/65711)
|
||||
Loading…
Reference in New Issue