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

Allow to disable crontabs

parent 65e3eb6e
No related branches found
No related tags found
No related merge requests found
......@@ -178,6 +178,7 @@
minute='{{ svnserver_cron_sync.minute|default(omit) }}'
job='rsync -av --delete --log-file=/tmp/svnsync.log {{svnserver_master}}:/var/svn/ /var/svn >/dev/null 2>&1'
user='sshsvn'
disabled='{{ crons_disabled|default(false) }}'
when: svnserver_slave and svnserver_cron_sync.active
tags: 'cron'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment