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
+4 -4
View File
@@ -46,8 +46,8 @@
loop_control:
label: '{{ item.name }} will be {{ item.state }}'
notify:
- ensure_repo_rpmfusion.package_facts
- ensure_repo_rpmfusion.service_facts
- Ensure_Repo_Rpmfusion.Package_Facts
- Ensure_Repo_Rpmfusion.Service_Facts
- name: Ensure Services
when:
- ansible_facts["system"] == 'Linux'
@@ -62,7 +62,7 @@
loop_control:
label: '{{ item.name }} will be {{ item.state }}'
notify:
- ensure_repo_rpmfusion.package_facts
- ensure_repo_rpmfusion.service_facts
- Ensure_Repo_Rpmfusion.Package_Facts
- Ensure_Repo_Rpmfusion.Service_Facts
- name: Flush Handlers
ansible.builtin.meta: flush_handlers