Vitrage: typo in precheck task

Change-Id: If45d4877c3fa125a3abc71f0a84883fad0a0cf6e
Closes-Bug: 1853011
(cherry picked from commit 0217ebb82f)
This commit is contained in:
Viktor Michalek 2019-11-18 15:39:13 +01:00 committed by Radosław Piliszek
parent 72e8aaabff
commit f96cd12181
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
- inventory_hostname in groups['vitrage-api']
- name: Checking custom prometheus_conf.yaml exists
local_action: stat_path="{{ node_custom_config }}/vitrage/prometheus_conf.yaml"
local_action: stat path="{{ node_custom_config }}/vitrage/prometheus_conf.yaml"
register: result
run_once: true
failed_when: not result.stat.exists