mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -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
|
@ -87,7 +87,6 @@ extends_documentation_fragment: cloudstack
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
---
|
||||
# Allow inbound port 80/tcp from 1.2.3.4 to 4.3.2.1
|
||||
- local_action:
|
||||
module: cs_firewall
|
||||
|
@ -170,9 +169,6 @@ class AnsibleCloudStackFirewall(AnsibleCloudStack):
|
|||
|
||||
def __init__(self, module):
|
||||
AnsibleCloudStack.__init__(self, module)
|
||||
self.result = {
|
||||
'changed': False,
|
||||
}
|
||||
self.firewall_rule = None
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue