diff --git a/lib/ansible/modules/cloud/amazon/ec2_eip.py b/lib/ansible/modules/cloud/amazon/ec2_eip.py index c8b063ca793..f49fbe9aa6e 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_eip.py +++ b/lib/ansible/modules/cloud/amazon/ec2_eip.py @@ -82,7 +82,6 @@ options: tag_value: description: - Supplements I(tag_name) but also checks that the value of the tag provided in I(tag_name) matches I(tag_value). - matches the I(tag_value) version_added: "2.9" type: str public_ipv4_pool: diff --git a/lib/ansible/modules/cloud/amazon/ec2_launch_template.py b/lib/ansible/modules/cloud/amazon/ec2_launch_template.py index 87dabfc76da..8804aa5e9a9 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_launch_template.py +++ b/lib/ansible/modules/cloud/amazon/ec2_launch_template.py @@ -78,7 +78,7 @@ options: type. After you connect to the instance, you must mount the volume. type: str ebs: - description: Parameters used to automatically set up EBS volumes when the instance is launchedself + description: Parameters used to automatically set up EBS volumes when the instance is launched. type: dict suboptions: delete_on_termination: @@ -136,7 +136,7 @@ options: the default value of 2. type: int credit_specification: - description: The credit option for CPU usage of the instance. Valid for T2 or T3 instances onlyself. + description: The credit option for CPU usage of the instance. Valid for T2 or T3 instances only. type: dict suboptions: cpu_credits: @@ -214,7 +214,7 @@ options: instance_type: description: > The instance type, such as C(c5.2xlarge). For a full list of instance types, see - http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html + U(http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html). type: str kernel_id: description: > @@ -269,7 +269,7 @@ options: block range of your subnet. You can't use this option if you're specifying the I(ipv6_address_count) option. type: list - elements: int + elements: str network_interface_id: description: The eni ID of a network interface to attach. type: str diff --git a/lib/ansible/modules/cloud/amazon/ec2_lc.py b/lib/ansible/modules/cloud/amazon/ec2_lc.py index b1a46994cd6..086412db8d3 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_lc.py +++ b/lib/ansible/modules/cloud/amazon/ec2_lc.py @@ -144,7 +144,7 @@ options: choices: ['default', 'dedicated'] associate_public_ip_address: description: - - The I(wait_timeout) option does nothing and will be removed in Ansible 2.14. + - The I(associate_public_ip_address) option does nothing and will be removed in Ansible 2.14. type: bool extends_documentation_fragment: