Skip to content
Snippets Groups Projects
Unverified Commit 8e3915f5 authored by Florian Ruynat's avatar Florian Ruynat Committed by GitHub
Browse files

Set ansible_python_interpreter to python3 on debian (fix error with mitogen) (#6633)

parent 6019a100
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment