From 18ff22348abc00c848a60b4caa4913e320881db6 Mon Sep 17 00:00:00 2001 From: Ben Visser Date: Tue, 12 Jan 2016 15:18:30 -0800 Subject: [PATCH] fixed grammatical issue in iam.py. exit -> exist. --- lib/ansible/modules/cloud/amazon/iam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/iam.py b/lib/ansible/modules/cloud/amazon/iam.py index 95abd4d2c8f..ab5867e7cb6 100644 --- a/lib/ansible/modules/cloud/amazon/iam.py +++ b/lib/ansible/modules/cloud/amazon/iam.py @@ -672,7 +672,7 @@ def main(): elif state == 'update' and not user_exists: module.fail_json( - msg="The user %s does not exit. No update made." % name) + msg="The user %s does not exist. No update made." % name) elif state == 'absent': if user_exists: