copr-be: copr-ping: correct stat check

This commit is contained in:
Pavel Raiskup 2021-08-05 14:51:55 +02:00
parent 463d6f2b8b
commit 66f8ef055d

View file

@ -25,7 +25,7 @@
group: "{{ ping_user }}"
mode: 0700
tags: copr_ping
when: not script_stat.exists
when: not script_stat.stat.exists
- name: rebuild the copr-ping package periodically
ansible.builtin.cron: