refactor: add loop_control labels to dict-based loops across all roles
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
line: "{{ item.line }}"
|
||||
loop:
|
||||
- { regex: "{{ system_cfg.locale }} UTF-8", line: "{{ system_cfg.locale }} UTF-8" }
|
||||
loop_control:
|
||||
label: "{{ item.line }}"
|
||||
|
||||
- name: Generate locales
|
||||
when: not is_rhel | bool
|
||||
|
||||
Reference in New Issue
Block a user