Merge "Vitrage: typo in precheck task"

This commit is contained in:
Zuul 2019-11-18 17:58:08 +00:00 committed by Gerrit Code Review
commit 7c17c3c45e

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