From 2eb3a9a3c9e8b937ca3223acb3f27cb29ce3a955 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sun, 16 Jun 2013 22:39:11 -0400 Subject: [PATCH] Resolve docs conflict. --- library/system/user | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/library/system/user b/library/system/user index 8bc54cee8e9..a16f32c9be0 100644 --- a/library/system/user +++ b/library/system/user @@ -164,9 +164,7 @@ options: choices: ['always', 'on_creation'] version_added: "1.3" description: - - Control when does ansible update passwords. - C(always) will update if they differ. - C(on_creation) will only update the password if user is being created. + - C(always) will update passwords if they differ. C(on_creation) will only set the password for newly created users. ''' EXAMPLES = '''