mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-15 09:13:01 +02:00
Run adblock.sh at a random time (#1227)
This commit is contained in:
parent
ef62de1eeb
commit
cc37d11ece
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@
|
||||||
- name: Adblock script added to cron
|
- name: Adblock script added to cron
|
||||||
cron:
|
cron:
|
||||||
name: Adblock hosts update
|
name: Adblock hosts update
|
||||||
minute: 10
|
minute: "{{ range(0, 60) | random }}"
|
||||||
hour: 2
|
hour: "{{ range(0, 24) | random }}"
|
||||||
job: /usr/local/sbin/adblock.sh
|
job: /usr/local/sbin/adblock.sh
|
||||||
user: root
|
user: root
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue