communishift: disable fasjson queries for the moment
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
parent
ef45d81b72
commit
0092d0d4a3
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue