service tests, change runit to use the new variable.

This commit is contained in:
2026-08-02 12:45:39 -07:00
parent 5732c36d1d
commit d0580925ac
+1 -1
View File
@@ -14,7 +14,7 @@
- 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 {{ runit_service_dir }}/*; do sv status "$s"; done'
when: ansible_service_mgr == "runit" when: ansible_service_mgr == "runit"
- name: General | Tests | Services | Create Main Report - name: General | Tests | Services | Create Main Report