noheat: use Python 3 as Ansible interpreter 09/123009/4
authorMaciej Wereski <m.wereski@partner.samsung.com>
Fri, 30 Jul 2021 10:47:52 +0000 (10:47 +0000)
committerMorgan Richomme <morgan.richomme@orange.com>
Tue, 24 Aug 2021 13:41:02 +0000 (13:41 +0000)
Issue-ID: INT-1601
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
Change-Id: I5793219b3daeb3fa11b7e5b27207350b95c9a05a

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"