feat: add space for better readabilit

This commit is contained in:
Simon Cornet 2025-07-11 21:05:46 +02:00
commit a992f9f333

View file

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