mirror of
https://git.local.zernis.ch/simon/homeserver.zernis.ch.git
synced 2025-12-15 18:09:39 +01:00
5 lines
87 B
YAML
5 lines
87 B
YAML
---
|
|
- name: Restart cron
|
|
ansible.builtin.service:
|
|
name: cron
|
|
state: restarted |