fix: Explicitly set python interpreter for ansible
This commit is contained in:
parent
540762538b
commit
dcc09732da
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user