Fix typo in ansible_service_mgr.
This commit is contained in:
@@ -10,12 +10,12 @@
|
||||
- name: General | Tests | Services | Set Facts | SystemD
|
||||
set_fact:
|
||||
services_command: "systemctl list-unit-files"
|
||||
when: ansisible_service_mgr == "systemd"
|
||||
when: ansible_service_mgr == "systemd"
|
||||
|
||||
- name: General | Tests | Services | Set Facts | runit
|
||||
set_fact:
|
||||
services_command: 'for s in /var/service/*; do sv status "$s"; done'
|
||||
when: ansisible_service_mgr == "runit"
|
||||
when: ansible_service_mgr == "runit"
|
||||
|
||||
- name: General | Tests | Services | Create Main Report
|
||||
shell: "{{ item }}"
|
||||
|
||||
Reference in New Issue
Block a user