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

Handle cronjobs and aliases for Docker based Drupal

parent ebde7b2e
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@
minute: '{{ drush_cron_core.minute|default(omit) }}'
job: 'cd {{ webRoot }} && /usr/local/bin/drush -y {{ drushAlias }} core-cron >/dev/null 2>&1'
disabled: '{{ crons_disabled|default(false) }}'
when: drush_cron_core.active
when: drush_cron_core.active and not drupal.docker|default(false)
tags: 'cron'
- name: "Remove old crontabs"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment