From cac69f3135d6e4934dcf4a143f7e1717f1a82506 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 3 Nov 2015 13:25:46 -0500 Subject: [PATCH] added missing version_added --- cloud/amazon/ec2_ami.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cloud/amazon/ec2_ami.py b/cloud/amazon/ec2_ami.py index d7a60211bd3..bdb130e2380 100644 --- a/cloud/amazon/ec2_ami.py +++ b/cloud/amazon/ec2_ami.py @@ -86,8 +86,7 @@ options: - Users and groups that should be able to launch the ami. Expects dictionary with a key of user_ids and/or group_names. user_ids should be a list of account ids. group_name should be a list of groups, "all" is the only acceptable value currently. required: false default: null - aliases: [] - + version_added: "2.0" author: "Evan Duffield (@scicoin-project) " extends_documentation_fragment: - aws