We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f710f6c commit c16ff17Copy full SHA for c16ff17
1 file changed
ansible/roles/khronos/tasks/main.yml
@@ -29,7 +29,7 @@
29
script: canary-cron.sh
30
state: "{% if node_env == 'production-delta' %}present{% else %}absent{% endif %}"
31
- name: Khronos CLI - Hourly Canary
32
- minute: "*/50"
+ minute: "*50"
33
script: hourly-canary-cron.sh
34
35
0 commit comments