uninstall_grafana.yaml 179 B

1234567
  1. ---
  2. # remove namespace - This will delete all the objects inside the namespace
  3. - name: Remove grafana project
  4. oc_project:
  5. state: absent
  6. name: "{{ grafana_namespace }}"