fix: indentation for loop_control labels

This commit is contained in:
Simon Cornet 2025-07-11 20:22:28 +02:00
commit 7864ae86bd

View file

@ -64,7 +64,7 @@
to_port: "{{ item.to_port }}" to_port: "{{ item.to_port }}"
loop: "{{ __firewall_basic_rules }}" loop: "{{ __firewall_basic_rules }}"
loop_control: loop_control:
label: "{{ item.name }}" label: "{{ item.name }}"
# host firewall rules # host firewall rules
- name: "firewall - add host rules" - name: "firewall - add host rules"
@ -76,4 +76,4 @@
to_port: "{{ item.to_port }}" to_port: "{{ item.to_port }}"
loop: "{{ __firewall_host_rules }}" loop: "{{ __firewall_host_rules }}"
loop_control: loop_control:
label: "{{ item.name }}" label: "{{ item.name }}"