Merge "Change conditional "or" instead of "and" for Grafana var check."
This commit is contained in:
commit
3fe699c8ac
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user