diff options
-rw-r--r-- | deployment/noheat/infra-openstack/ansible/templates/inventory.ini.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment/noheat/infra-openstack/ansible/templates/inventory.ini.j2 b/deployment/noheat/infra-openstack/ansible/templates/inventory.ini.j2 index aa8625c1b..15bb7caf9 100644 --- a/deployment/noheat/infra-openstack/ansible/templates/inventory.ini.j2 +++ b/deployment/noheat/infra-openstack/ansible/templates/inventory.ini.j2 @@ -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" |