Преглед на файлове

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
Zohar Galor преди 7 години
родител
ревизия
e9549dc5f7
променени са 2 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      playbooks/openshift-prometheus/private/uninstall.yml
  2. 0 0
      roles/openshift_prometheus/tasks/uninstall_prometheus.yaml

+ 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