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
+2 -2
View File
@@ -45,7 +45,7 @@
loop: '{{ ensure_repo_epel.package_list }}'
loop_control:
label: '{{ item.name }} will be {{ item.state }}'
notify: [ensure_repo_epel.package_facts, ensure_repo_epel.service_facts]
notify: [Ensure_Repo_Epel.Package_Facts, Ensure_Repo_Epel.Service_Facts]
- name: Ensure Services
when:
- ansible_facts["system"] == 'Linux'
@@ -59,7 +59,7 @@
loop: '{{ ensure_repo_epel.service_list }}'
loop_control:
label: '{{ item.name }} will be {{ item.state }}'
notify: [ensure_repo_epel.package_facts, ensure_repo_epel.service_facts]
notify: [Ensure_Repo_Epel.Package_Facts, Ensure_Repo_Epel.Service_Facts]
- name: Prioritize Oracle Epel Repo
when:
- ansible_facts["system"] == 'Linux'