bab062d639
* Allow bang and exclamation without warning
Allow the password field to be ! or * without warning when using this feature to create accounts that are locked.
Add documentation and tests to cover this.
* Use set() rather than braces for Python 2.6
(cherry picked from commit 066af3b6ca
)
Co-authored-by: Sam Doran <sdoran@redhat.com>
2 lines
157 B
YAML
2 lines
157 B
YAML
bugfixes:
|
|
- user - remove warning when creating a disabled account with '!' or '*' in the password field (https://github.com/ansible/ansible/issues/46334)
|