Merge "Vitrage: typo in precheck task"
This commit is contained in:
commit
7c17c3c45e
@ -17,7 +17,7 @@
|
|||||||
- inventory_hostname in groups['vitrage-api']
|
- inventory_hostname in groups['vitrage-api']
|
||||||
|
|
||||||
- name: Checking custom prometheus_conf.yaml exists
|
- 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
|
register: result
|
||||||
run_once: true
|
run_once: true
|
||||||
failed_when: not result.stat.exists
|
failed_when: not result.stat.exists
|
||||||
|
Loading…
Reference in New Issue
Block a user