Fix the name on all "name" tasks, but not name variables to pass ansible linting

This commit is contained in:
2026-08-10 21:03:13 -05:00
parent 306397517d
commit fca5c83e4d
44 changed files with 342 additions and 342 deletions
+8 -8
View File
@@ -44,8 +44,8 @@
loop_control:
label: '{{ item.name }} will be {{ item.state }}'
notify:
- ensure_log_rotation.package_facts
- ensure_log_rotation.service_facts
- Ensure_Log_Rotation.Package_Facts
- Ensure_Log_Rotation.Service_Facts
- name: Ensure Configuration
when:
- ansible_facts["system"] == 'Linux'
@@ -71,10 +71,10 @@
loop_control:
label: '{{ item.dest }}'
notify:
- ensure_log_rotation.package_facts
- ensure_log_rotation.service_facts
- ensure_log_rotation.service_reload
- ensure_log_rotation.service_restart
- Ensure_Log_Rotation.Package_Facts
- Ensure_Log_Rotation.Service_Facts
- Ensure_Log_Rotation.Service_Reload
- Ensure_Log_Rotation.Service_Restart
- name: Ensure Services
when:
- ansible_facts["system"] == 'Linux'
@@ -89,7 +89,7 @@
loop_control:
label: '{{ item.name }} will be {{ item.state }}'
notify:
- ensure_log_rotation.package_facts
- ensure_log_rotation.service_facts
- Ensure_Log_Rotation.Package_Facts
- Ensure_Log_Rotation.Service_Facts
- name: Flush Handlers
ansible.builtin.meta: flush_handlers