mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-11 10:49:13 -07:00
cloudstack: remove self.result, is defined in super class from utils
This commit is contained in:
parent
997ad728ea
commit
9ff63f2338
11 changed files with 0 additions and 32 deletions
|
@ -193,9 +193,6 @@ class AnsibleCloudStackSecurityGroupRule(AnsibleCloudStack):
|
|||
|
||||
def __init__(self, module):
|
||||
AnsibleCloudStack.__init__(self, module)
|
||||
self.result = {
|
||||
'changed': False,
|
||||
}
|
||||
|
||||
|
||||
def _tcp_udp_match(self, rule, protocol, start_port, end_port):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue