diff --git a/library/system/user b/library/system/user index 46a2a35c14..fe13cd6048 100644 --- a/library/system/user +++ b/library/system/user @@ -78,6 +78,7 @@ options: - Optionally set the user's password to this crypted value. See the user example in the github examples directory for what this looks like in a playbook. + - Passwords values can be generated with "openssl passwd -salt -1 " state: required: false default: "present"