From 19c000c127274f3bf5199d0262df4948b0014a82 Mon Sep 17 00:00:00 2001 From: Kenichi Omichi Date: Thu, 1 Oct 2020 06:16:54 -0700 Subject: [PATCH] Set ansible_python_interpreter to python3 on debian (fix error with mitogen) (#6633) (#6744) Co-authored-by: Florian Ruynat <16313165+floryut@users.noreply.github.com> --- roles/bootstrap-os/tasks/bootstrap-debian.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/bootstrap-os/tasks/bootstrap-debian.yml b/roles/bootstrap-os/tasks/bootstrap-debian.yml index fa782b9cc..ca9d28c65 100644 --- a/roles/bootstrap-os/tasks/bootstrap-debian.yml +++ b/roles/bootstrap-os/tasks/bootstrap-debian.yml @@ -86,6 +86,10 @@ when: - need_bootstrap.rc != 0 +- name: Set the ansible_python_interpreter fact + set_fact: + ansible_python_interpreter: "/usr/bin/python3" + # Workaround for https://github.com/ansible/ansible/issues/25543 - name: Install dbus for the hostname module package: