copr-be: copr-ping: correct stat check
This commit is contained in:
parent
463d6f2b8b
commit
66f8ef055d
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
group: "{{ ping_user }}"
|
group: "{{ ping_user }}"
|
||||||
mode: 0700
|
mode: 0700
|
||||||
tags: copr_ping
|
tags: copr_ping
|
||||||
when: not script_stat.exists
|
when: not script_stat.stat.exists
|
||||||
|
|
||||||
- name: rebuild the copr-ping package periodically
|
- name: rebuild the copr-ping package periodically
|
||||||
ansible.builtin.cron:
|
ansible.builtin.cron:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue