mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +02:00
Run adblock.sh at a random time (#1227)
This commit is contained in:
parent
66bbf0e83a
commit
8d23f715d7
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