We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f041fcf commit ba64169Copy full SHA for ba64169
deploy/playbooks/04_cron.yml
@@ -19,10 +19,12 @@
19
hour: "7"
20
job: "make prod/cron/pretix"
21
22
- - name: "Schedule standup message on Monday morning"
23
- ansible.builtin.cron:
24
- name: "Send a standup message"
25
- minute: "5"
26
- hour: "9"
27
- weekday: "1"
28
- job: "make prod/cron/standup"
+ # NOTE(artcz): Commented out for now, to rest a bit after the conference :)
+ # Let's bring it back in a few weeks :)
+ #- name: "Schedule standup message on Monday morning"
+ # ansible.builtin.cron:
+ # name: "Send a standup message"
+ # minute: "5"
+ # hour: "9"
29
+ # weekday: "1"
30
+ # job: "make prod/cron/standup"
0 commit comments