summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Adams <chris@improbable.org>2018-08-24 10:26:37 -0400
committerRyan S. Brown <sb@ryansb.com>2018-08-27 10:06:15 -0400
commit23eb4f2093855d3a9615bfaf119c20fee7a561f9 (patch)
treeb7587b3276edf3071829c521079afed01c24f714
parent49f692b08f2a5d8ef3588be0e9931683a342f9bd (diff)
downloadansible-23eb4f2093855d3a9615bfaf119c20fee7a561f9.tar.gz
ec2: add "IAM Role" to instance_profile_name
The AWS API and console docs are inconsistent about whether EC2 instances have IAM profiles or roles. Things which follow the API tend to use profile but the console uses “IAM Role”. This adds that term to the help text so it's searchable. +label: docsite_pr
-rw-r--r--lib/ansible/modules/cloud/amazon/ec2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/cloud/amazon/ec2.py b/lib/ansible/modules/cloud/amazon/ec2.py
index 519df27ac7..ceb28f0dde 100644
--- a/lib/ansible/modules/cloud/amazon/ec2.py
+++ b/lib/ansible/modules/cloud/amazon/ec2.py
@@ -141,7 +141,7 @@ options:
instance_profile_name:
version_added: "1.3"
description:
- - Name of the IAM instance profile to use. Boto library must be 2.5.0+
+ - Name of the IAM instance profile (i.e. what the EC2 console refers to as an "IAM Role") to use. Boto library must be 2.5.0+
instance_ids:
version_added: "1.3"
description: