fix linting
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2019-09-18 11:36:34 +02:00
parent 80d684373f
commit 93fcb7700a
1 changed files with 2 additions and 2 deletions

View File

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