add default to iptables task state
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
92ed3db98c
commit
98e254f0f9
@ -72,7 +72,7 @@
|
|||||||
iptables_raw:
|
iptables_raw:
|
||||||
name: "{{ item.name }}"
|
name: "{{ item.name }}"
|
||||||
rules: "{{ item.rules }}"
|
rules: "{{ item.rules }}"
|
||||||
state: "{{ item.state }}"
|
state: "{{ item.state | default('present') }}"
|
||||||
weight: "{{ item.weight | default(omit) }}"
|
weight: "{{ item.weight | default(omit) }}"
|
||||||
table: "{{ item.table | default(omit) }}"
|
table: "{{ item.table | default(omit) }}"
|
||||||
loop: "{{ jellyfin_open_ports }}"
|
loop: "{{ jellyfin_open_ports }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user