Merge "Change conditional "or" instead of "and" for Grafana var check."

This commit is contained in:
Jenkins 2016-06-14 16:00:48 +00:00 committed by Gerrit Code Review
commit 3fe699c8ac

View File

@ -7,7 +7,7 @@
- name: Check Graphite/Grafana Host IP Address
fail:
msg="** Edit grafana_host and graphite_host in ../install/group_vars/all.yml before running **"
when: ((grafana_host is none) and (graphite_host is none))
when: ((grafana_host is none) or (graphite_host is none))
- name: Import EPEL GPG Key
rpm_key: key=https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7