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

Allow to disable crontabs

parent 0979f06b
No related branches found
No related tags found
No related merge requests found
......@@ -92,6 +92,7 @@
hour: '0'
minute: '5'
job: '/opt/demo_reset/{{ item }}_reset.sh >/dev/null 2>&1'
disabled: '{{ crons_disabled|default(false) }}'
with_items: '{{ oracle_reset }}'
tags: 'cron'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment