communishift: disable fasjson queries for the moment

Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
David Kirwan 2024-11-21 16:07:48 +00:00
parent ef45d81b72
commit 0092d0d4a3
No known key found for this signature in database
GPG key ID: A5893AB6474AC37D
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
---
- include_tasks: retrieve-communishift-admin-data.yml
#- include_tasks: retrieve-communishift-admin-data.yml
- include_tasks: send-tenant-deletion-notifications.yml
- include_tasks: start-tenant-project-cleanup.yml

View file

@ -2,6 +2,6 @@
- name: "Offboard the Communishift tenant project"
debug:
msg: "delete task for project: {{ item.value.name }}"
when: "{{ not item.value.do_not_delete | bool }}"
when: "not should_not_delete"
tags:
- communishift_cluster_cleanup