diff options
| -rw-r--r-- | roles/ghrss/tasks/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
