add loop control to iptables task
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-07-31 11:06:36 +02:00
parent 9eafab32ff
commit 629d694bf3
1 changed files with 2 additions and 0 deletions

View File

@ -84,6 +84,8 @@
weight: "{{ item.weight | default(omit) }}"
table: "{{ item.table | default(omit) }}"
loop: "{{ nginx_iptables_rules_default + nginx_iptables_rules_extra }}"
loop_control:
label: "{{ item.name }}"
when: nginx_iptables_enabled | bool
- name: Set selinux booleans