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 <j.benedikt@partner.samsung.com>
Change-Id: I9683a2a764e8c6696a39625a6ddc40cda20f9333
 [defaults]
-
 # Define any custom roles used by applications installed by installer
 # this parameter is telling ansible what additional folder it should
 # browse while looking up for roles code
 # relative path ./application is mapped into ansible container under
 # /ansible/application where application roles should be found
 roles_path = /ansible/application
+# Set log file
 log_path = /ansible/log/ansible.log
 
   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
 
 all:
   vars:
+{% if hostvars['infra'].ansible_distribution in ["Debian","Ubuntu"] %}
+    ansible_python_interpreter: "/usr/bin/python3"
+{% endif %}
     ansible_ssh_private_key_file: /root/.ssh/id_rsa
     ansible_ssh_common_args: "-o StrictHostKeyChecking=no"
   children: