copr-be: copr-ping: ping the stating only daily

Not each half-an-our.
This commit is contained in:
Pavel Raiskup 2021-08-05 15:35:21 +02:00
parent 5e9ee1e814
commit b91a40cf6e

View file

@ -24,8 +24,8 @@
- name: rebuild the copr-ping package periodically
ansible.builtin.cron:
name: build the ping package
minute: "0,30"
hour: "*"
minute: "{% if devel %}0{% else %}0,30{% endif %}"
hour: "{% if devel %}1{% else %}*{% endif %}"
user: copr-ping
job: "{{ ping_script }}"
tags: copr_ping