fix: update port forwarding rule state to 'present' and add purge option
Some checks failed
Deploy / deploy (push) Failing after 31s
Some checks failed
Deploy / deploy (push) Failing after 31s
This commit is contained in:
@@ -220,8 +220,9 @@
|
|||||||
|
|
||||||
- name: Configure Port Forwarding
|
- name: Configure Port Forwarding
|
||||||
cisco.meraki.networks_appliance_firewall_port_forwarding_rules:
|
cisco.meraki.networks_appliance_firewall_port_forwarding_rules:
|
||||||
state: replaced
|
state: present
|
||||||
networkId: "{{ nid }}"
|
networkId: "{{ nid }}"
|
||||||
|
purge: false
|
||||||
rules:
|
rules:
|
||||||
- name: NAS HTTP
|
- name: NAS HTTP
|
||||||
uplink: internet1
|
uplink: internet1
|
||||||
|
|||||||
Reference in New Issue
Block a user