From 6a3fd92654dad9993159b2d9cb7cfd8bd75afc59 Mon Sep 17 00:00:00 2001 From: kbreit Date: Fri, 16 Feb 2018 07:14:58 -0600 Subject: [PATCH] Improved language around in_vpc parameter. (#36137) --- lib/ansible/modules/cloud/amazon/ec2_eip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/ec2_eip.py b/lib/ansible/modules/cloud/amazon/ec2_eip.py index 03e09bf315..d1ad4c4cd4 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_eip.py +++ b/lib/ansible/modules/cloud/amazon/ec2_eip.py @@ -42,7 +42,7 @@ options: default: present in_vpc: description: - - allocate an EIP inside a VPC or not + - Allocate an EIP inside a VPC or not. Required if specifying an ENI. required: false default: false version_added: "1.4"