summaryrefslogtreecommitdiff
path: root/roles/ghrss
diff options
context:
space:
mode:
authoradmin2024-01-01 06:21:08 +0100
committeradmin2024-01-01 06:21:08 +0100
commitf26ecdd5da2cc21669fc2143f09c051f88b59fbc (patch)
treeddb9fa2b4ba4ddc4fc403e13fe705385bef1cf1a /roles/ghrss
parentf2256be7e4a3f1b3f169e3c11014d25dea7404bb (diff)
downloadansible-f26ecdd5da2cc21669fc2143f09c051f88b59fbc.tar.gz
bugfix
Diffstat (limited to 'roles/ghrss')
-rw-r--r--roles/ghrss/tasks/main.yml4
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