virt-instance-create: try this since the other isn't cached.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
6cc64cbff1
commit
e18670cf00
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
- name: get vm list
|
- name: get vm list
|
||||||
vars:
|
vars:
|
||||||
ansible_python_interpreter: "{{ hostvars[vmhost]['ansible_python_interpreter'] }}"
|
ansible_python_interpreter: "{{ hostvars[vmhost]['ansible_python']['executable'] }}"
|
||||||
delegate_to: "{{ vmhost }}"
|
delegate_to: "{{ vmhost }}"
|
||||||
virt: command=list_vms
|
virt: command=list_vms
|
||||||
register: result
|
register: result
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue