noheat: use Python 3 as Ansible interpreter
[integration.git] / deployment / noheat / infra-openstack / ansible / templates / inventory.ini.j2
index aa8625c..15bb7ca 100644 (file)
@@ -43,3 +43,4 @@ nfs_role="client"
 [all:vars]
 ansible_ssh_private_key_file="~/.ssh/{{ keypair.name }}"
 ansible_ssh_common_args='-o StrictHostKeyChecking=no'
+ansible_python_interpreter="/usr/bin/python3"