services, fix the disabling of cupsd on runit.

This commit is contained in:
2026-08-02 13:22:08 -07:00
parent 331cf32737
commit b4eeff4386
+5 -2
View File
@@ -141,6 +141,9 @@
enabled: no enabled: no
ignore_errors: yes ignore_errors: yes
loop: loop:
- {name: "{{ cups }}" } - {name: "{{ cups }}"
- {name: "{{ cups_pattern }}"
- {name: "{{ cups_browse }}"} - {name: "{{ cups_browse }}"}
when: ansible_service_mgr = "runit" - {name: "{{ cups_browse_pattern }}"}
when: ansible_service_mgr == "runit"