service report, don't create the enabled file for inits other than systemd.

This commit is contained in:
2026-08-04 09:52:13 -07:00
parent 82e32c0f95
commit ccd87b92bb
+1
View File
@@ -30,6 +30,7 @@
- "date > {{ services_enabled_file }}"
- "echo '\n-= Enabled + Sorted =-\n' >> {{ services_enabled_file }}"
- "grep 'enabled' {{ services_report_file }} | sort >> {{ services_enabled_file }}"
when: ansible_service_mgr == "systemd"
- name: General | Tests | Services | Make Viewable
file: