Fix ansible_python variable missing
This should fix the `'ansible.vars.hostvars.HostVarsVars object' has no attribute 'ansible_python'` error when trying to run buildvm.yml playbook with ppc64le builder. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
43a8132ec2
commit
60a02a8c7e
1 changed files with 3 additions and 0 deletions
|
@ -33,3 +33,6 @@ mem_size: 20480
|
|||
num_cpus: 8
|
||||
virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}"
|
||||
volgroup: /dev/vg_guests
|
||||
|
||||
# ansible variables
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue