From 96d8401fb4a108fefca95ea23afddff704e63f9e Mon Sep 17 00:00:00 2001 From: Bret Martin Date: Sun, 6 Sep 2015 13:03:04 -0400 Subject: [PATCH] Remove aliases specification from documentation since there are none --- lib/ansible/modules/cloud/amazon/ec2.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/ec2.py b/lib/ansible/modules/cloud/amazon/ec2.py index e29e9d8944f..d9f50568866 100755 --- a/lib/ansible/modules/cloud/amazon/ec2.py +++ b/lib/ansible/modules/cloud/amazon/ec2.py @@ -243,7 +243,6 @@ options: - A list of existing network interfaces to attach to the instance at launch. When specifying existing network interfaces, none of the assign_public_ip, private_ip, vpc_subnet_id, group, or group_id parameters may be used. (Those parameters are for creating a new network interface at launch.) required: false default: null - aliases: [] author: - "Tim Gerla (@tgerla)"