Skip to content
Snippets Groups Projects
Commit bc792916 authored by jurgenhaas's avatar jurgenhaas
Browse files

Allow to disable crontabs

parent 826785d4
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@
minute='{{ owncloud_cron_core.minute|default(omit) }}'
job='php /var/www/owncloud/cron.php >/dev/null 2>&1'
user='www-data'
disabled='{{ crons_disabled|default(false) }}'
when: owncloud_cron_core.active
tags: 'cron'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment