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