From e9549dc5f790effe158e130bbe4eec869ddbab0f Mon Sep 17 00:00:00 2001
From: Zohar Galor <zgalor@redhat.com>
Date: Wed, 7 Feb 2018 15:24:36 +0200
Subject: Fix uninstall using openshift_prometheus_state=absent

This was broken in https://github.com/openshift/openshift-ansible/pull/6811

bz: https://bugzilla.redhat.com/show_bug.cgi?id=1540806
---
 playbooks/openshift-prometheus/private/uninstall.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'playbooks/openshift-prometheus/private')

diff --git a/playbooks/openshift-prometheus/private/uninstall.yml b/playbooks/openshift-prometheus/private/uninstall.yml
index 2df39c2a8..b01f7f988 100644
--- a/playbooks/openshift-prometheus/private/uninstall.yml
+++ b/playbooks/openshift-prometheus/private/uninstall.yml
@@ -5,4 +5,4 @@
   - name: Run the Prometheus Uninstall Role Tasks
     include_role:
       name: openshift_prometheus
-      tasks_from: uninstall
+      tasks_from: uninstall_prometheus
-- 
cgit v1.2.3