Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
ansible: update wrong error message (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
sre-bot authored and csuzhangxc committed Dec 19, 2019
1 parent df2f4d7 commit ddfd7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dm/dm-ansible/roles/check_config_static/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
when: groups['dm_worker_servers'] | length < 1

- name: Ensure prometheus host exists
fail: msg="One dm-master host should be specified in inventory.ini file."
fail: msg="One prometheus host should be specified in inventory.ini file."
when: groups['prometheus_servers'] | length != 1

- name: Ensure grafana host exists
Expand Down

0 comments on commit ddfd7de

Please sign in to comment.