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