From f26ecdd5da2cc21669fc2143f09c051f88b59fbc Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 1 Jan 2024 06:21:08 +0100 Subject: bugfix --- roles/ghrss/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/ghrss') diff --git a/roles/ghrss/tasks/main.yml b/roles/ghrss/tasks/main.yml index 0c44fdc..9e40068 100644 --- a/roles/ghrss/tasks/main.yml +++ b/roles/ghrss/tasks/main.yml @@ -29,7 +29,7 @@ minute: "50" hour: "12" user: "horus" - job: "/home/horus/code/ghrss/ghrss --config=/home/horus/app/ghrss/ --ignore-robots-txt --delay 10" + job: "/home/horus/code/ghrss/ghrss --config=/home/horus/code/ghrss/ --ignore-robots-txt --delay 10" - name: set cronjob for ghrss-crawler nr2 ansible.builtin.cron: @@ -37,7 +37,7 @@ minute: "50" hour: "23" user: "horus" - job: "/home/horus/code/ghrss/ghrss --config=/home/horus/app/ghrss/ --ignore-robots-txt --delay 10" + job: "/home/horus/code/ghrss/ghrss --config=/home/horus/code/ghrss/ --ignore-robots-txt --delay 10" - name: copy config.json remote_user: horus -- cgit v1.2.3