From 9f753973102eda60a08cd411e6d8043ab60bc58d Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Sun, 30 Jun 2013 20:32:05 -0400 Subject: [PATCH] updated module docs to reflect 'correct' on_create vs on_creation Signed-off-by: Brian Coca --- library/system/user | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/system/user b/library/system/user index a16f32c9be0..0bcf58268bd 100644 --- a/library/system/user +++ b/library/system/user @@ -161,10 +161,10 @@ options: update_password: required: false default: always - choices: ['always', 'on_creation'] + choices: ['always', 'on_create'] version_added: "1.3" description: - - C(always) will update passwords if they differ. C(on_creation) will only set the password for newly created users. + - C(always) will update passwords if they differ. C(on_create) will only set the password for newly created users. ''' EXAMPLES = '''