refactor: add loop_control labels to dict-based loops across all roles
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
- { lv: var }
|
||||
- { lv: var_log }
|
||||
- { lv: var_log_audit }
|
||||
loop_control:
|
||||
label: "{{ item.lv }}"
|
||||
|
||||
- name: Remove Unsupported features for older Systems
|
||||
when: >
|
||||
@@ -23,5 +25,7 @@
|
||||
- { lv: var }
|
||||
- { lv: var_log }
|
||||
- { lv: var_log_audit }
|
||||
loop_control:
|
||||
label: "{{ item.lv }}"
|
||||
register: partitioning_ext4_tune_result
|
||||
changed_when: partitioning_ext4_tune_result.rc == 0
|
||||
|
||||
Reference in New Issue
Block a user