From 0092d0d4a3399ac59e0d71443cb2cab8ac00deef Mon Sep 17 00:00:00 2001 From: David Kirwan Date: Thu, 21 Nov 2024 16:07:48 +0000 Subject: [PATCH] communishift: disable fasjson queries for the moment Signed-off-by: David Kirwan --- roles/communishift/tasks/cleanup-administration-tasks.yml | 2 +- roles/communishift/tasks/start-tenant-project-cleanup.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/communishift/tasks/cleanup-administration-tasks.yml b/roles/communishift/tasks/cleanup-administration-tasks.yml index fd24f4f715..4cb827e85f 100644 --- a/roles/communishift/tasks/cleanup-administration-tasks.yml +++ b/roles/communishift/tasks/cleanup-administration-tasks.yml @@ -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 diff --git a/roles/communishift/tasks/start-tenant-project-cleanup.yml b/roles/communishift/tasks/start-tenant-project-cleanup.yml index 281659585e..3591728c52 100644 --- a/roles/communishift/tasks/start-tenant-project-cleanup.yml +++ b/roles/communishift/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