From c97af02e40ba4acfb49922b8a9c1018af181f9ba Mon Sep 17 00:00:00 2001 From: Tom Paine Date: Mon, 18 May 2015 21:34:57 +0100 Subject: [PATCH] Update ec2.py updated default and choices to match standard --- cloud/amazon/ec2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud/amazon/ec2.py b/cloud/amazon/ec2.py index 6afbe22885b..ca0e3d34bc6 100755 --- a/cloud/amazon/ec2.py +++ b/cloud/amazon/ec2.py @@ -188,8 +188,8 @@ options: description: - Enable or Disable the Source/Destination checks (for NAT instances and Virtual Routers) required: false - default: true - choices: [ "true", "false" ] + default: yes + choices: [ "yes", "no" ] state: version_added: "1.3" description: