mirror of https://github.com/ansible/ansible.git
Do not require password when deleting os_user (#5601)
I broke backwards compat with the addition to define when a password should be updated. It was requiring that a password value be passed when deleting a user, which seems silly. This moves the argument logic out of the argument spec and into when it would be needed, when state is present.pull/18777/head
parent
be7af0193d
commit
4c3f8cbd92
Loading…
Reference in New Issue