mirror of https://github.com/ansible/ansible.git
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.pull/64367/head
parent
d50fac9905
commit
18130e1419
@ -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