feat: add space for better readabilit
This commit is contained in:
parent
7864ae86bd
commit
a992f9f333
1 changed files with 2 additions and 2 deletions
|
|
@ -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 }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue