maubot: add delete action to maubot playbook

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2023-09-08 11:50:54 +10:00
parent 7fea0f4fc3
commit d444b7c8ac

View file

@ -98,3 +98,13 @@
- role: openshift/rollout
app: maubot
dcname: maubot
###############################################
# actions to delete the project from OpenShift
###############################################
# to run: sudo rbac-playbook -l os_control_stg -t delete openshift-apps/maubot.yml
- role: openshift/object-delete
app: maubot
objecttype: project
objectname: maubot
tags: [never, delete]