Bläddra i källkod

Merge pull request #7044 from zgalor/fix_uninstall_bug

Automatic merge from submit-queue.

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
OpenShift Merge Robot 7 år sedan
förälder
incheckning
5a3fdd11e8

+ 1 - 1
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

roles/openshift_prometheus/tasks/uninstall.yaml → roles/openshift_prometheus/tasks/uninstall_prometheus.yaml