소스 검색

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