diff --git a/deploy/playbooks/04_cron.yml b/deploy/playbooks/04_cron.yml index 506f0ba..ffe6078 100644 --- a/deploy/playbooks/04_cron.yml +++ b/deploy/playbooks/04_cron.yml @@ -19,12 +19,10 @@ hour: "7" job: "make prod/cron/pretix" - # 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" + - 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"