Use more generic way to set python interpreter
This commit is contained in:
parent
8ebceed305
commit
78ac8fc6f4
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
# fix python path errors
|
||||
ansible_python_interpreter: "/usr/local/bin/python3"
|
||||
|
||||
# we have real wheel group
|
||||
ansible_wheel: wheel
|
||||
|
||||
|
|
|
@ -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: >-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue