add opcache and imagick
This commit is contained in:
parent
352092c3ef
commit
ac15c70ffb
@ -110,7 +110,7 @@
|
|||||||
job: "sudo -u http /usr/bin/php -f {{nextcloud_web_root}}/cron.php"
|
job: "sudo -u http /usr/bin/php -f {{nextcloud_web_root}}/cron.php"
|
||||||
user: root # not required. The specific user whose crontab should be modified.
|
user: root # not required. The specific user whose crontab should be modified.
|
||||||
minute: 0,15,30,45 # not required. Minute when the job should run ( 0-59, *, */2, etc )
|
minute: 0,15,30,45 # not required. Minute when the job should run ( 0-59, *, */2, etc )
|
||||||
name: "nextcloud cron job" # not required. Description of a crontab entry or, if env is set, the name of environment variable. Required if state=absent. Note that if name is not set and state=present, then a new crontab entry will always be created, regardless of existing ones.
|
name: "nextcloud recuring cron job" # not required. Description of a crontab entry or, if env is set, the name of environment variable. Required if state=absent. Note that if name is not set and state=present, then a new crontab entry will always be created, regardless of existing ones.
|
||||||
become: yes
|
become: yes
|
||||||
|
|
||||||
- name: create cron for file scan
|
- name: create cron for file scan
|
||||||
|
Loading…
Reference in New Issue
Block a user