Fix the name on all "name" tasks, but not name variables to pass ansible linting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user