From b54887b03c5c6b60b3adb442a92c369636b0851f Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Mon, 25 Feb 2013 16:34:06 -0500 Subject: [PATCH] make sure ec2_secret_key is set to no_log=True --- library/ec2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/ec2 b/library/ec2 index 1258d308ec..7d3a141e78 100644 --- a/library/ec2 +++ b/library/ec2 @@ -153,7 +153,7 @@ def main(): ramdisk = dict(), wait = dict(choices=BOOLEANS, default=False), ec2_url = dict(aliases=['EC2_URL']), - ec2_secret_key = dict(aliases=['EC2_SECRET_KEY']), + ec2_secret_key = dict(aliases=['EC2_SECRET_KEY'], no_log=True), ec2_access_key = dict(aliases=['EC2_ACCESS_KEY']), user_data = dict(), instance_tags = dict(),