From 255d066ef39b24fc0da8776ee7aaefedc4b812e7 Mon Sep 17 00:00:00 2001 From: Jan Benedikt Date: Mon, 17 Feb 2020 09:26:54 +0100 Subject: Specify Python in Ansible inventory template file Created copy of inventory template due to set var of Python interpreter. Python interpreter cannot be set in ansible.cfg file due to bug: https://github.com/ansible/ansible/issues/45852 Issue-ID: OOM-1671 Signed-off-by: Jan Benedikt Change-Id: I9683a2a764e8c6696a39625a6ddc40cda20f9333 --- tools/cicdansible/roles/install/tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/cicdansible/roles/install/tasks/install.yml') diff --git a/tools/cicdansible/roles/install/tasks/install.yml b/tools/cicdansible/roles/install/tasks/install.yml index 529e2acf..5c4bcd81 100644 --- a/tools/cicdansible/roles/install/tasks/install.yml +++ b/tools/cicdansible/roles/install/tasks/install.yml @@ -14,7 +14,7 @@ unarchive: src: "resources/{{ hostvars[groups['resources'][0]].resources_sw_filename }}" dest: "{{ installer_deploy_path }}" -#Generate ansible inventory and extra vars. +#Generate ansible inventory and extra vars - name: "Generate ansible inventory for installer" template: src: inventory.yml.j2 -- cgit 1.2.3-korg