ansible-edda/playbooks/roles/system/zfs/tasks/include/cron.yml

6 lines
133 B
YAML
Raw Normal View History

2022-12-18 23:43:40 +01:00
---
2022-12-04 17:06:18 +01:00
- name: "cron : remove the zfsutils cron job"
ansible.builtin.file:
state: "absent"
path: "/etc/cron.d/zfsutils-linux"