copr-be: copr-ping: fix variable name clash
This commit is contained in:
parent
b16a5e3411
commit
f4ab3f6999
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue