From ac15c70ffbee34a49ba77af21cc41eb4ef700f9f Mon Sep 17 00:00:00 2001 From: vincent Date: Tue, 14 Apr 2020 20:34:50 +0200 Subject: [PATCH] add opcache and imagick --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index ed11cf0..923b5d8 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -110,7 +110,7 @@ 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. 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 - name: create cron for file scan