fix: Explicitly set python interpreter for ansible

This commit is contained in:
Tobias J. Endres 2025-09-02 20:38:50 +02:00
parent 540762538b
commit dcc09732da

View File

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