mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
cloudstack: fix redundant security_group return
This commit is contained in:
@@ -402,7 +402,6 @@ class AnsibleCloudStackInstance(AnsibleCloudStack):
|
||||
'isoname': 'iso',
|
||||
'templatename': 'template',
|
||||
'keypair': 'ssh_key',
|
||||
'securitygroup': 'security_group',
|
||||
}
|
||||
self.instance = None
|
||||
self.template = None
|
||||
|
||||
Reference in New Issue
Block a user