Co-authored-by: Florian Ruynat <16313165+floryut@users.noreply.github.com>
This commit is contained in:
parent
b39a196cfb
commit
19c000c127
1 changed files with 4 additions and 0 deletions
|
@ -86,6 +86,10 @@
|
||||||
when:
|
when:
|
||||||
- need_bootstrap.rc != 0
|
- 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
|
# Workaround for https://github.com/ansible/ansible/issues/25543
|
||||||
- name: Install dbus for the hostname module
|
- name: Install dbus for the hostname module
|
||||||
package:
|
package:
|
||||||
|
|
Loading…
Reference in a new issue