From a76a05024a200df6ab301aa34efe633db31e81c6 Mon Sep 17 00:00:00 2001 From: Yethal <26117918+Yethal@users.noreply.github.com> Date: Fri, 10 Nov 2023 16:20:54 +0100 Subject: [PATCH] Uninstall docker.io on apt distros --- tasks/setup-Debian.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/setup-Debian.yml b/tasks/setup-Debian.yml index 846e796..69529ba 100644 --- a/tasks/setup-Debian.yml +++ b/tasks/setup-Debian.yml @@ -3,6 +3,7 @@ package: name: - docker + - docker.io - docker-engine state: absent