From 23ad0cb3da6e70804dbc812aabb14dfa2ab3975e Mon Sep 17 00:00:00 2001 From: Maciej Wereski Date: Fri, 30 Jul 2021 10:47:52 +0000 Subject: noheat: use Python 3 as Ansible interpreter Issue-ID: INT-1601 Signed-off-by: Maciej Wereski Change-Id: I5793219b3daeb3fa11b7e5b27207350b95c9a05a --- deployment/noheat/infra-openstack/ansible/templates/inventory.ini.j2 | 1 + 1 file changed, 1 insertion(+) 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" -- cgit 1.2.3-korg