From e18670cf005a7cc85efcad543274a4d7f6ec03a3 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 24 Nov 2019 23:21:13 +0000 Subject: [PATCH] virt-instance-create: try this since the other isn't cached. Signed-off-by: Kevin Fenzi --- tasks/virt_instance_create.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/virt_instance_create.yml b/tasks/virt_instance_create.yml index c698770084..2446325d3c 100644 --- a/tasks/virt_instance_create.yml +++ b/tasks/virt_instance_create.yml @@ -5,7 +5,7 @@ - name: get vm list vars: - ansible_python_interpreter: "{{ hostvars[vmhost]['ansible_python_interpreter'] }}" + ansible_python_interpreter: "{{ hostvars[vmhost]['ansible_python']['executable'] }}" delegate_to: "{{ vmhost }}" virt: command=list_vms register: result