copr-be: copr-ping: fix variable name clash

This commit is contained in:
Pavel Raiskup 2021-08-09 12:09:31 +02:00
parent b16a5e3411
commit f4ab3f6999

View file

@ -7,7 +7,7 @@
tags: copr_ping
- stat: path={{ ping_log }}
register: ping_log
register: ping_log_check
tags: copr_ping
- name: pre-create ping log file
@ -16,7 +16,7 @@
owner: "{{ ping_user }}"
group: nagios
mode: '0644'
when: not ping_log.stat.exists
when: not ping_log_check.stat.exists
tags: copr_ping
- name: create the user ping user