mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
fix to ec2_create module for groups
This commit is contained in:
@@ -150,7 +150,7 @@ def main():
|
||||
min_count=1,
|
||||
max_count=1,
|
||||
key_name=keypair,
|
||||
security_groups=group,
|
||||
security_groups=[group],
|
||||
instance_type=instance_type,
|
||||
kernel_id=kernel,
|
||||
ramdisk_id=ramdisk)
|
||||
|
||||
Reference in New Issue
Block a user