From d94640cfcf136a3b1e1e1d35f554880341024665 Mon Sep 17 00:00:00 2001 From: David Kirwan Date: Mon, 11 Nov 2024 10:27:21 +0000 Subject: [PATCH] communishift: resolving some ansible-lint errrors Signed-off-by: David Kirwan --- roles/communishift/tasks/start-tenant-project-cleanup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}"