Lets try not dropping ansible_python from cache

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-06-03 10:23:32 -07:00
parent 41da159205
commit d7735d5eb7
2 changed files with 0 additions and 73 deletions

View file

@ -4,8 +4,6 @@
- include_vars: dir=/srv/web/infra/ansible/vars/all/ ignore_files=README
- name: get vm list
vars:
ansible_python_interpreter: "{{ hostvars[vmhost]['ansible_python']['executable'] }}"
delegate_to: "{{ vmhost }}"
virt: command=list_vms
register: result