From 0089992a9c2885ae454ca99b145c04955e752ed5 Mon Sep 17 00:00:00 2001 From: Houssem Ben Ali Date: Wed, 1 Oct 2025 18:09:51 +0200 Subject: [PATCH] Fix more checks --- tasks/setup-Suse.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/setup-Suse.yml b/tasks/setup-Suse.yml index 9d9f65c..04d7580 100644 --- a/tasks/setup-Suse.yml +++ b/tasks/setup-Suse.yml @@ -28,7 +28,6 @@ ansible.legacy.zypper: name: "{{ docker_packages }}" state: present - autoremove: no # Ensure Docker is started and enabled at boot - name: Ensure Docker is started and enabled at boot