Fix a typo.

This commit is contained in:
Andrea Dell'Amico 2021-12-15 16:50:47 +01:00
parent 7060718761
commit 2a8b8c7c4d
Signed by untrusted user: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
name: "CKAN harvester"
minute: "{{ ckan_harvester_cron_min }}"
job: "{{ ckan_virtenv }}/bin/paster --plugin{% raw %}={% endraw %}ckanext-harvest harvester run --config{% raw %}={% endraw %}{{ ckan_config_file }} > {{ ckan_logdir }}/harvester_run.log 2>&1"
user: {{ ckan_shell_user }}
user: "{{ ckan_shell_user }}"
state: absent
when: ckan_harvester_run
tags: [ 'ckan', 'ckan_harvest', 'ckan_harvest_cron' ]
@ -24,7 +24,7 @@
minute: "{{ ckan_harvester_cron_min }}"
hour: "{{ ckan_harvester_cron_hour }}"
job: "{{ ckan_virtenv }}/bin/paster --plugi{% raw %}n={% endraw %}ckanext-harvest harvester run --config{% raw %}={% endraw %}{{ ckan_config_file }} > {{ ckan_logdir }}/harvester_run.log 2>&1"
user: {{ ckan_shell_user }}
user: "{{ ckan_shell_user }}"
state: present
disabled: no
cron_file: ckan_harvesters