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.
2 parents 9626632 + 3d7d428 commit 792a1dbCopy full SHA for 792a1db
deploy/playbooks/04_cron.yml
@@ -19,12 +19,10 @@
19
hour: "7"
20
job: "make prod/cron/pretix"
21
22
- # NOTE(artcz): Commented out for now, to rest a bit after the conference :)
23
- # Let's bring it back in a few weeks :)
24
- #- name: "Schedule standup message on Monday morning"
25
- # ansible.builtin.cron:
26
- # name: "Send a standup message"
27
- # minute: "5"
28
- # hour: "9"
29
- # weekday: "1"
30
- # job: "make prod/cron/standup"
+ - name: "Schedule standup message on Monday morning"
+ ansible.builtin.cron:
+ name: "Send a standup message"
+ minute: "5"
+ hour: "9"
+ weekday: "1"
+ job: "make prod/cron/standup"
0 commit comments