From 2d78aff90b9510c45cdf92ccc41b9814623852c2 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 3 Oct 2025 16:18:48 +0200 Subject: [PATCH] fix: apt directive typo --- tasks/install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.yaml b/tasks/install.yaml index 4fb185c..dc90533 100644 --- a/tasks/install.yaml +++ b/tasks/install.yaml @@ -2,7 +2,7 @@ # remove old docker-compose package - name: "remove docker-compose-plugin" - ansible.builtlin.apt: + ansible.builtin.apt: name: "docker-compose" state: "absent"