Changeset - e2975d0cef94
[Not reviewed]
0 1 0
x - 2 months ago 2025-03-14 23:43:42
xbr@c3l.lu
fix: replace check_vpn with TODO for blacklist download
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
gateway/initial_gw_setup.yml
Show inline comments
 
@@ -396,7 +396,7 @@
 
      ansible.builtin.cron:
 
        name: "download blacklist"
 
        user: root
 
        job: "/usr/local/bin/check_vpn.sh > /dev/null 2>&1"
 
        job: "echo \"TODO: add blacklist working download (accessible publicly via link\""
 
        state: "present"
 
        minute: "*/5"
 
        hour: "*"
0 comments (0 inline, 0 general)