From 232594af8e6817cfcd89dc1ebb0315c5d8669c00 Mon Sep 17 00:00:00 2001 From: Rene Mewissen Date: Fri, 7 Nov 2025 09:36:07 +0100 Subject: [PATCH] use packet manager instead of pip --- roles/podman/tasks/main.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/roles/podman/tasks/main.yml b/roles/podman/tasks/main.yml index 72997bf..d358709 100644 --- a/roles/podman/tasks/main.yml +++ b/roles/podman/tasks/main.yml @@ -41,16 +41,11 @@ # Dies stellt sicher, dass der Podman-Socket für die Kommunikation verfügbar ist, # insbesondere für Tools wie Portainer, die sich mit dem Socket verbinden. -- name: Ensure python3-pip is installed for podman-compose +- name: Install podman-compose from repository ansible.builtin.apt: - name: python3-pip - state: present - update_cache: yes - -- name: Install podman-compose - ansible.builtin.pip: name: podman-compose state: present + update_cache: yes - name: Create directory for Portainer compose file ansible.builtin.file: