mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 06:33: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
|
||||
cron:
|
||||
name: Adblock hosts update
|
||||
minute: 10
|
||||
hour: 2
|
||||
minute: "{{ range(0, 60) | random }}"
|
||||
hour: "{{ range(0, 24) | random }}"
|
||||
job: /usr/local/sbin/adblock.sh
|
||||
user: root
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue