diff options
author | Diego Abelenda <diego.abelenda@camptocamp.com> | 2017-11-20 16:25:46 +0100 |
---|---|---|
committer | Diego Abelenda <diego.abelenda@camptocamp.com> | 2017-11-24 13:36:30 +0100 |
commit | 984655cb741278409f065474776b55eec8b75134 (patch) | |
tree | 15c8b581407a7c75654c97b53988dc4a8ed0fbff /roles/openshift_prometheus/tasks | |
parent | 24a25b94cf1b6b2f19cf12b3c8d54cd2bb0fd696 (diff) | |
download | openshift-984655cb741278409f065474776b55eec8b75134.tar.gz openshift-984655cb741278409f065474776b55eec8b75134.tar.bz2 openshift-984655cb741278409f065474776b55eec8b75134.tar.xz openshift-984655cb741278409f065474776b55eec8b75134.zip |
Change the name of the variable and explicitely document the names
Diffstat (limited to 'roles/openshift_prometheus/tasks')
-rw-r--r-- | roles/openshift_prometheus/tasks/install_prometheus.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_prometheus/tasks/install_prometheus.yaml b/roles/openshift_prometheus/tasks/install_prometheus.yaml index 1241c371a..ad15dc65f 100644 --- a/roles/openshift_prometheus/tasks/install_prometheus.yaml +++ b/roles/openshift_prometheus/tasks/install_prometheus.yaml @@ -119,7 +119,7 @@ tls_termination: reencrypt with_items: - name: prometheus - host: "{{ openshift_prometheus_prometheus_hostname }}" + host: "{{ openshift_prometheus_hostname }}" - name: alerts host: "{{ openshift_prometheus_alerts_hostname }}" |