aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorMaciej Wereski <m.wereski@partner.samsung.com>2021-07-30 10:47:52 +0000
committerMorgan Richomme <morgan.richomme@orange.com>2021-08-24 13:41:02 +0000
commit23ad0cb3da6e70804dbc812aabb14dfa2ab3975e (patch)
treeb0a8ab61975c61c575b46ee3ff752bffeb834cfe /deployment
parentb636680935ec145fa9cc3817059bddde489e7bbe (diff)
noheat: use Python 3 as Ansible interpreter
Issue-ID: INT-1601 Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com> Change-Id: I5793219b3daeb3fa11b7e5b27207350b95c9a05a
Diffstat (limited to 'deployment')
-rw-r--r--deployment/noheat/infra-openstack/ansible/templates/inventory.ini.j21
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"