12 lines
263 B
YAML
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"
|