Browse Source

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>
pull/6832/head
Kenichi Omichi 4 years ago
committed by GitHub
parent
commit
19c000c127
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions
  1. 4
      roles/bootstrap-os/tasks/bootstrap-debian.yml

4
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:

Loading…
Cancel
Save