add loop control to iptables task
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
9eafab32ff
commit
629d694bf3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user