Install cron because it isn't included in Ubuntu Minimal

This commit is contained in:
Nasser 2021-01-22 16:51:16 +03:00 committed by GitHub
parent 968a676ef0
commit 821dcf783b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,11 @@
group: "{{ root_group|default('root') }}"
mode: 0755
- name: Install cron
apt:
name: cron
state: present
- name: Adblock script added to cron
cron:
name: Adblock hosts update