From 8a20b5225bc1bc75ed0583413b2b889f08e7b923 Mon Sep 17 00:00:00 2001 From: Jim Ladd Date: Mon, 13 Jan 2020 12:39:43 -0800 Subject: [PATCH] enable aws_ec2 plugin --- awx/main/models/inventory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/main/models/inventory.py b/awx/main/models/inventory.py index 41373b2cb8..ad1f4ddacc 100644 --- a/awx/main/models/inventory.py +++ b/awx/main/models/inventory.py @@ -1883,7 +1883,7 @@ class azure_rm(PluginFileInjector): class ec2(PluginFileInjector): plugin_name = 'aws_ec2' # blocked by https://github.com/ansible/ansible/issues/54059 - # initial_version = '2.8' # Driven by unsafe group names issue, parent_group templating, hostvars + initial_version = '2.9' # Driven by unsafe group names issue, parent_group templating, hostvars ini_env_reference = 'EC2_INI_PATH' base_injector = 'managed' namespace = 'ansible'