summaryrefslogtreecommitdiffstats
path: root/roles/openshift_prometheus/tasks/uninstall_prometheus.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/openshift_prometheus/tasks/uninstall_prometheus.yaml')
-rw-r--r--roles/openshift_prometheus/tasks/uninstall_prometheus.yaml7
1 files changed, 0 insertions, 7 deletions
diff --git a/roles/openshift_prometheus/tasks/uninstall_prometheus.yaml b/roles/openshift_prometheus/tasks/uninstall_prometheus.yaml
deleted file mode 100644
index d746402db..000000000
--- a/roles/openshift_prometheus/tasks/uninstall_prometheus.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
----
-
-# remove namespace - This will delete all the objects inside the namespace
-- name: Remove prometheus project
- oc_project:
- state: absent
- name: "{{ openshift_prometheus_namespace }}"