From f24c3fb40e747d252635c90cd3e6f2b6b3c2a25e Mon Sep 17 00:00:00 2001 From: Jonathan Davila Date: Mon, 14 Mar 2016 15:24:43 -0400 Subject: [PATCH] Clarified IAM module doc --- lib/ansible/modules/cloud/amazon/iam.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/ansible/modules/cloud/amazon/iam.py b/lib/ansible/modules/cloud/amazon/iam.py index b919fb8f2e7..02fcf3020b0 100644 --- a/lib/ansible/modules/cloud/amazon/iam.py +++ b/lib/ansible/modules/cloud/amazon/iam.py @@ -19,7 +19,7 @@ DOCUMENTATION = ''' module: iam short_description: Manage IAM users, groups, roles and keys description: - - Allows for the management of IAM users, groups, roles and access keys. + - Allows for the management of IAM users, user API keys, groups, roles. version_added: "2.0" options: iam_type: @@ -27,8 +27,7 @@ options: - Type of IAM resource required: true default: null - choices: [ "user", "group", "role"] - aliases: [] + choices: ["user", "group", "role"] name: description: - Name of IAM resource to create or identify