blocklist: drop output for now until I can sort out why its outputting anything

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-08-15 18:18:51 -07:00
parent 3200014f8f
commit 590819397c

View file

@ -176,7 +176,7 @@
user: root user: root
minute: 15 minute: 15
hour: "*/2" hour: "*/2"
job: /usr/local/bin/blocklist-update.sh job: "/usr/local/bin/blocklist-update.sh >& /dev/null"
when: "'iad2' not in inventory_hostname or external | bool" when: "'iad2' not in inventory_hostname or external | bool"
tags: tags:
- base - base