Fix quoting on cronjob
This commit is contained in:
parent
ae29a7f870
commit
ec2216a4cb
@ -104,7 +104,7 @@
|
|||||||
user: www-data
|
user: www-data
|
||||||
name: "nextcloud-cron"
|
name: "nextcloud-cron"
|
||||||
minute: "*/5"
|
minute: "*/5"
|
||||||
job: "php -f \"{{ nextcloud_webroot }}\"/cron.php"
|
job: 'php -f "{{ nextcloud_webroot }}/cron.php"'
|
||||||
- name: Enable Apache configs and modules
|
- name: Enable Apache configs and modules
|
||||||
shell: "{{ item }}"
|
shell: "{{ item }}"
|
||||||
loop:
|
loop:
|
||||||
|
Loading…
Reference in New Issue
Block a user