mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 20:51:21 -03:30
enable aws_ec2 plugin
This commit is contained in:
parent
0e2786d1f1
commit
8a20b5225b
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user