Fix the name on all "name" tasks, but not name variables to pass ansible linting
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
# handlers file for ensure_dbus
|
||||
- name: Ensure_dbus.package_facts
|
||||
- name: Ensure_Dbus.Package_Facts
|
||||
ansible.builtin.package_facts:
|
||||
|
||||
- name: Ensure_dbus.service_facts
|
||||
- name: Ensure_Dbus.Service_Facts
|
||||
ansible.builtin.service_facts:
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
loop: '{{ ensure_dbus.package_list }}'
|
||||
loop_control:
|
||||
label: '{{ item.name }} will be {{ item.state }}'
|
||||
notify: [ensure_dbus.package_facts, ensure_dbus.service_facts]
|
||||
notify: [Ensure_Dbus.Package_Facts, Ensure_Dbus.Service_Facts]
|
||||
|
||||
- name: Ensure Services
|
||||
when:
|
||||
@@ -57,7 +57,7 @@
|
||||
loop: '{{ ensure_dbus.service_list }}'
|
||||
loop_control:
|
||||
label: '{{ item.name }} will be {{ item.state }}'
|
||||
notify: [ensure_dbus.package_facts, ensure_dbus.service_facts]
|
||||
notify: [Ensure_Dbus.Package_Facts, Ensure_Dbus.Service_Facts]
|
||||
|
||||
- name: Flush Handlers
|
||||
ansible.builtin.meta: flush_handlers
|
||||
|
||||
Reference in New Issue
Block a user