mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 02:43:01 +02:00
Install cron because it isn't included in Ubuntu Minimal
This commit is contained in:
parent
968a676ef0
commit
821dcf783b
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@
|
||||||
group: "{{ root_group|default('root') }}"
|
group: "{{ root_group|default('root') }}"
|
||||||
mode: 0755
|
mode: 0755
|
||||||
|
|
||||||
|
- name: Install cron
|
||||||
|
apt:
|
||||||
|
name: cron
|
||||||
|
state: present
|
||||||
|
|
||||||
- name: Adblock script added to cron
|
- name: Adblock script added to cron
|
||||||
cron:
|
cron:
|
||||||
name: Adblock hosts update
|
name: Adblock hosts update
|
||||||
|
|
Loading…
Add table
Reference in a new issue