From 5f2458401061dba5a4c85331436d52933570aa68 Mon Sep 17 00:00:00 2001 From: Paul Geraghty Date: Wed, 11 Feb 2015 02:18:16 +0000 Subject: [PATCH] Correct grammar of comment relating to example --- lib/ansible/modules/system/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/system/user.py b/lib/ansible/modules/system/user.py index 804ff5b9bd6..9746ccc6328 100644 --- a/lib/ansible/modules/system/user.py +++ b/lib/ansible/modules/system/user.py @@ -199,7 +199,7 @@ EXAMPLES = ''' # Create a 2048-bit SSH key for user jsmith in ~jsmith/.ssh/id_rsa - user: name=jsmith generate_ssh_key=yes ssh_key_bits=2048 ssh_key_file=.ssh/id_rsa -# added a consultant who's account you want to expire +# added a consultant whose account you want to expire - user: name=james18 shell=/bin/zsh groups=developers expires=1422403387 '''