Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions deploy/playbooks/04_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@
hour: "7"
job: "make prod/cron/pretix"

- 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"
# 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"
# weekday: "1"
# job: "make prod/cron/standup"