From: Maciej Wereski Date: Fri, 30 Jul 2021 10:47:52 +0000 (+0000) Subject: noheat: use Python 3 as Ansible interpreter X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F09%2F123009%2F4;p=integration.git noheat: use Python 3 as Ansible interpreter Issue-ID: INT-1601 Signed-off-by: Maciej Wereski Change-Id: I5793219b3daeb3fa11b7e5b27207350b95c9a05a --- 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"