Some additional module cleanup of mistakes made during merging

This commit is contained in:
James Cammarata 2016-12-08 02:01:38 -05:00 committed by Matt Clay
commit fa5386c488
36 changed files with 183 additions and 183 deletions

View file

@ -57,7 +57,7 @@ options:
update_password:
description:
- C(always) will update passwords if they differ. C(on_create) will
only set the password for newly created users.
only set the password for newly created users.
required: false
choices: [ 'always', 'on_create' ]
default: always