common/tasks/cron.yaml
2024-11-22 11:13:16 +01:00

13 lines
269 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"