Files
snikket-server/ansible/tasks/cron.yml
Matthew Wild d6157c6a15 Initial commit
2020-01-31 13:46:46 +00:00

16 lines
249 B
YAML

---
- name: Install anacron
apt:
name: anacron
state: present
install_recommends: no
- name: "Remove system cron scripts"
file:
path: "/etc/cron.daily/{{item}}"
state: absent
loop:
- apt-compat
- dpkg
- passwd