diff --git a/roles/communishift/tasks/start-tenant-project-cleanup.yml b/roles/communishift/tasks/start-tenant-project-cleanup.yml index 091ea50f2d..f19941451d 100644 --- a/roles/communishift/tasks/start-tenant-project-cleanup.yml +++ b/roles/communishift/tasks/start-tenant-project-cleanup.yml @@ -1,5 +1,5 @@ --- -- name: "Offboard the Communishift tenant project: {{ item.value.name }}" +- name: "Offboard the Communishift tenant project" debug: msg: "delete task for project: {{ item.value.name }}" when: "{{ not item.value.do_not_delete | bool }}"