mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
cloudstack: fix redundant security_group return
This commit is contained in:
parent
47cfb2c734
commit
57a9af5693
1 changed files with 0 additions and 1 deletions
|
@ -402,7 +402,6 @@ class AnsibleCloudStackInstance(AnsibleCloudStack):
|
||||||
'isoname': 'iso',
|
'isoname': 'iso',
|
||||||
'templatename': 'template',
|
'templatename': 'template',
|
||||||
'keypair': 'ssh_key',
|
'keypair': 'ssh_key',
|
||||||
'securitygroup': 'security_group',
|
|
||||||
}
|
}
|
||||||
self.instance = None
|
self.instance = None
|
||||||
self.template = None
|
self.template = None
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue