From cee21a1ca3e0a831854bf75bc2226f5000254ad6 Mon Sep 17 00:00:00 2001 From: jarpat Date: Thu, 27 Jun 2024 11:44:40 -0400 Subject: [PATCH] use full name for task --- roles/monitoring/tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/monitoring/tasks/main.yaml b/roles/monitoring/tasks/main.yaml index 8db1ad52..9d867b88 100644 --- a/roles/monitoring/tasks/main.yaml +++ b/roles/monitoring/tasks/main.yaml @@ -63,7 +63,7 @@ - uninstall - name: V4M - storageclass uninstall status - debug: + ansible.builtin.debug: msg: "{{ sc_users.stdout }} Persistent Volumes still referring to the v4m Storage Class, skipping deletion" when: - PROVIDER is not none