fix: Temporarily run only podman role for installation

This commit is contained in:
Tobias J. Endres 2025-09-02 20:49:41 +02:00
parent 2e54ae37a2
commit 2ca5f36d11

View File

@ -1,9 +1,7 @@
- name: Set up network on Scully - name: Install Podman and podman-compose
hosts: Scully hosts: Scully
become: true become: true
vars: vars:
ansible_python_interpreter: /usr/bin/python3 ansible_python_interpreter: /usr/bin/python3
roles: roles:
- common - podman
- podman # Use the custom podman role
- network