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: