Skip to content

Commit eb38d9a

Browse files
author
Anandkumar Patel
committed
run khronos at 10:30 am
1 parent 8afb83d commit eb38d9a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ansible/roles/khronos/tasks/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
mode=0744
77
dest="/opt/runnable/khronos-cron.sh"
88

9-
# Run Cronjob once every day at UTC 0400.
9+
# Run Cronjob once every day at 10:30am PST (18:30 UTC).
1010
- name: Put Khronos CLI job in place
1111
sudo: yes
1212
tags: cron
1313
cron:
1414
name="Khronos CLI Daily"
15-
minute="0"
16-
hour="4"
15+
minute="30"
16+
hour="18"
1717
job="/opt/runnable/khronos-cron.sh >> /var/log/khronos_cron.log 2>&1"

0 commit comments

Comments
 (0)