mirror of
https://github.com/trailofbits/algo.git
synced 2025-07-31 18:03:03 +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') }}"
|
||||
mode: 0755
|
||||
|
||||
- name: Install cron
|
||||
apt:
|
||||
name: cron
|
||||
state: present
|
||||
|
||||
- name: Adblock script added to cron
|
||||
cron:
|
||||
name: Adblock hosts update
|
||||
|
|
Loading…
Add table
Reference in a new issue