You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: roles/cron/cron_drupal7/defaults/main.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ drupal:
12
12
# month:
13
13
job: cron
14
14
# disabled: true
15
-
mailto: "{{ drupal.cron_mailto | default('') }}"
15
+
#mailto: "{{ drupal.cron_mailto | default('') }}" # Each cron can have it's own mailto and can be configured to use different e-mail addresses.
16
16
cron_mailto: ""
17
17
# If the sites are being deployed to an ASG, setting defer to true will create the crontab entry on the deploy server rather than all of the app servers.
Copy file name to clipboardExpand all lines: roles/cron/cron_drupal8/defaults/main.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ drupal:
12
12
# month:
13
13
job: cron
14
14
# disabled: true
15
-
mailto: "{{ drupal.cron_mailto | default('') }}"
15
+
#mailto: "{{ drupal.cron_mailto | default('') }}" # Each cron can have it's own mailto and can be configured to use different e-mail addresses.
16
16
cron_mailto: ""
17
17
# If the sites are being deployed to an ASG, setting defer to true will create the crontab entry on the deploy server rather than all of the app servers.
0 commit comments