From c7fcb9d9d3c881ba08b1a325a80432757a2e7d38 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Wed, 18 Dec 2024 10:02:36 +0100 Subject: [PATCH] [apt] fix: typo in when condition for fstrim --- tasks/apt/cleanup.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/apt/cleanup.yaml b/tasks/apt/cleanup.yaml index c9b4e0b..ee81359 100644 --- a/tasks/apt/cleanup.yaml +++ b/tasks/apt/cleanup.yaml @@ -14,4 +14,4 @@ failed_when: false tags: "apt-cleanup" when: - - 'type = "vm"' + - 'type == "vm"'