fix linting
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Robert Kaussow 2019-09-18 11:36:34 +02:00
parent 80d684373f
commit 93fcb7700a

View File

@ -6,8 +6,8 @@
name: 'iptables_custom_rules_{{ item.name }}' name: 'iptables_custom_rules_{{ item.name }}'
rules: '{{ item.rules }}' rules: '{{ item.rules }}'
state: '{{ item.state }}' state: '{{ item.state }}'
weight: '{{ item.weight|default(omit) }}' weight: '{{ item.weight | default(omit) }}'
table: '{{ item.table|default(omit) }}' table: '{{ item.table | default(omit) }}'
with_items: '{{ iptables_custom_rules }}' with_items: '{{ iptables_custom_rules }}'
loop_control: loop_control:
label: "{{ item.name }}" label: "{{ item.name }}"