virt-instance-create: try and get this to use the vmhost python, not the vm

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-11-24 23:12:44 +00:00 committed by Pierre-Yves Chibon
parent d6460ec9ee
commit 95e0ad16d9

View file

@ -8,6 +8,7 @@
virt: command=list_vms
register: result
check_mode: no
ansible_python_interpreter: hostvars[vmhost]['ansible_python_interpreter']
#- name: ensure no old facts exist
# delegate_to: localhost