Do not require runit to enable cron. It's already working anyways.

This commit is contained in:
2026-07-30 11:06:28 -07:00
parent f756182d12
commit 44060a6d1d
+1
View File
@@ -23,6 +23,7 @@
enabled: yes enabled: yes
when: ansible_virtualization_type != 'docker' when: ansible_virtualization_type != 'docker'
and ansible_service_mgr == "runit" and ansible_service_mgr == "runit"
ignore_errors: true # Service module seems experimental for this init system.
## SSHD ## ## SSHD ##