From c8d0cc95ca95b589a465da0bf76ef3d2e71247c0 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Sun, 1 Sep 2024 12:29:10 +0200 Subject: [PATCH] adjust ffshmon crontab --- roles/ffshmon/tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ffshmon/tasks/install.yml b/roles/ffshmon/tasks/install.yml index 4b6a16b..b5a16d3 100644 --- a/roles/ffshmon/tasks/install.yml +++ b/roles/ffshmon/tasks/install.yml @@ -16,4 +16,4 @@ ansible.builtin.cron: name: "Execute ffshmon" minute: "*/30" - job: "python3 /opt/ffshmon/wireguard.py {{ ffshmon_mail }} {{ ffshmon_pw }}" + job: "python3 /opt/ffshmon/wireguard.py --user {{ ffshmon_mail }} --password {{ ffshmon_pw }} --log /var/log/ffshmon/ffshmon.log"