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