Fix the name on all "name" tasks, but not name variables to pass ansible linting
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
loop: '{{ ensure_podman.package_list }}'
|
||||
loop_control:
|
||||
label: '{{ item.name }} will be {{ item.state }}'
|
||||
notify: [ensure_podman.package_facts, ensure_podman.service_facts]
|
||||
notify: [Ensure_Podman.Package_Facts, Ensure_Podman.Service_Facts]
|
||||
- name: Ensure Services
|
||||
when:
|
||||
- ansible_facts["system"] == 'Linux'
|
||||
@@ -57,7 +57,7 @@
|
||||
loop: '{{ ensure_podman.service_list }}'
|
||||
loop_control:
|
||||
label: '{{ item.name }} will be {{ item.state }}'
|
||||
notify: [ensure_podman.package_facts, ensure_podman.service_facts]
|
||||
notify: [Ensure_Podman.Package_Facts, Ensure_Podman.Service_Facts]
|
||||
- name: Ensure Cgroup V2 Have Not Been Disabled
|
||||
when:
|
||||
- ansible_facts["system"] == 'Linux'
|
||||
|
||||
Reference in New Issue
Block a user