mirror of https://github.com/ansible/ansible.git
Allow 13 asterisk characters in password field without warning (#54893)
On OpenBSD, 13 asterisk characters as a password hash, marks the account as disabled. Otherwise daily(8) script which executes security(8) will email operator about not properly locked accounts. Before the diff, we see following warning: > [WARNING]: The input password appears not to have been hashed. The 'password' argument must be encrypted for this module to work properly. After the diff, warning is gone.pull/61790/head
parent
de826b437d
commit
1dea661ce8
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- user - allow 13 asterisk characters in password field without warning
|
Loading…
Reference in New Issue