1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

cloudstack: fix redundant security_group return

This commit is contained in:
Rene Moser 2015-09-22 18:28:18 +02:00 committed by Matt Clay
parent 47cfb2c734
commit 57a9af5693

View file

@ -402,7 +402,6 @@ class AnsibleCloudStackInstance(AnsibleCloudStack):
'isoname': 'iso',
'templatename': 'template',
'keypair': 'ssh_key',
'securitygroup': 'security_group',
}
self.instance = None
self.template = None