Use more generic way to set python interpreter

This commit is contained in:
Timo Makinen 2025-06-18 10:02:52 +00:00
parent 8ebceed305
commit 78ac8fc6f4
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,4 @@
---
# fix python path errors
ansible_python_interpreter: "/usr/local/bin/python3"
# we have real wheel group
ansible_wheel: wheel

View file

@ -4,6 +4,9 @@ dsk_size: 20
mem_size: 2048
num_cpus: 2
# el8 hosts have different python
ansible_python_interpreter: /usr/libexec/platform-python
# extra args for virt-install
ks_file: "{{ boot_url }}/ks/rocky8.ks"
ipcmd: >-