common/tasks/cron.yaml
2025-07-11 19:25:53 +02:00

12 lines
263 B
YAML

---
# configure cron
- name: "cron - config - zfs kstat"
ansible.builtin.template:
src: "templates/cron/mount_zfs_kstat.j2"
dest: "/etc/cron.d/mount_zfs_kstat"
owner: "root"
group: "root"
mode: "0644"
when: 'type == "lxc"'
tags: "cron"