mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 07:05:27 +01:00
fixup! fix firewalld protocol
This commit is contained in:
parent
15954f8def
commit
0eb6a7a437
1 changed files with 1 additions and 1 deletions
|
|
@ -864,7 +864,7 @@ def main():
|
|||
if not port_protocol:
|
||||
module.fail_json(msg='improper port format (missing protocol?)')
|
||||
else:
|
||||
port = None
|
||||
port_protocol = None
|
||||
|
||||
port_forward_toaddr = ''
|
||||
port_forward = None
|
||||
|
|
|
|||
Loading…
Reference in a new issue