Skip to content

Commit a4582de

Browse files
committed
fix cron descriptions
1 parent 47bf893 commit a4582de

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

deploy/playbooks/04_cron.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
hosts: intbot_app
33

44
tasks:
5-
- name: "Download pretalx data every hour"
5+
- name: "Download pretalx data once a day"
66
ansible.builtin.cron:
77
name: "Download pretalx data once a day at 05:05am"
88
minute: "5"
9-
hour: "5" # run once a day at 08:05 am
9+
hour: "5"
1010
job: "make prod/cron/pretalx"
1111

12+
- name: "Download pretix data once a day"
1213
ansible.builtin.cron:
1314
name: "Download pretix data once a day at 06:05am"
1415
minute: "5"

0 commit comments

Comments
 (0)