mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-27 00:46:34 +00:00
fixed grammatical issue in iam.py. exit -> exist.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user