Skip to content

Commit 9ce7367

Browse files
author
anandkumarpatel
committed
Update main.yml
1 parent eb38d9a commit 9ce7367

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ansible/roles/khronos/tasks/main.yml

Lines changed: 2 additions & 2 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 10:30am PST (18:30 UTC).
9+
# Run Cronjob once every day at 11:30am PST (19:30 UTC).
1010
- name: Put Khronos CLI job in place
1111
sudo: yes
1212
tags: cron
1313
cron:
1414
name="Khronos CLI Daily"
1515
minute="30"
16-
hour="18"
16+
hour="19"
1717
job="/opt/runnable/khronos-cron.sh >> /var/log/khronos_cron.log 2>&1"

0 commit comments

Comments
 (0)