fixed pip and added portainer agent

This commit is contained in:
2025-11-07 09:04:00 +01:00
parent bb4b26a578
commit 7b8834c5ae
5 changed files with 42 additions and 2 deletions

View File

@@ -41,6 +41,12 @@
# 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
ansible.builtin.apt:
name: python3-pip
state: present
update_cache: yes
- name: Install podman-compose
ansible.builtin.pip:
name: podman-compose