fix: indentation for loop_control labels
This commit is contained in:
parent
b725e808dc
commit
7864ae86bd
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