Skip to content

Commit 792a1db

Browse files
Merge pull request #42 from EuroPython/enable-board-standup-ping
Enable board standup ping
2 parents 9626632 + 3d7d428 commit 792a1db

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

deploy/playbooks/04_cron.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@
1919
hour: "7"
2020
job: "make prod/cron/pretix"
2121

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"
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"

0 commit comments

Comments
 (0)