summaryrefslogtreecommitdiffstats
path: root/roles/openshift_prometheus/tasks/uninstall_prometheus.yaml
blob: d746402db157905b33a82a87af94cd5ed3d10195 (plain)
1
2
3
4
5
6
7
---

# remove namespace - This will delete all the objects inside the namespace
- name: Remove prometheus project
  oc_project:
    state: absent
    name: "{{ openshift_prometheus_namespace }}"