remove old variable
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-10-28 20:43:11 +01:00
parent 34d9ec0a27
commit cdac52a59a
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
state: '{{ item.state }}'
weight: '{{ item.weight | default(omit) }}'
table: '{{ item.table | default(omit) }}'
loop: '{{ iptables_custom_rules + iptables_custom_rules_extra }}'
loop: '{{ iptables_custom_rules }}'
loop_control:
label: "{{ item.name }}"