fix: Revert playbook to original state for network deployment

This commit is contained in:
Tobias J. Endres 2025-09-02 20:50:51 +02:00
parent 2ca5f36d11
commit b62ec3ddb9

View File

@ -1,7 +1,9 @@
- name: Install Podman and podman-compose
- name: Set up network on Scully
hosts: Scully
become: true
vars:
ansible_python_interpreter: /usr/bin/python3
roles:
- podman
- common
- podman # Ensure podman is configured before network
- network