We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b043b commit 81805f2Copy full SHA for 81805f2
roles/os_host_aggregates/tasks/main.yml
@@ -1,7 +1,7 @@
1
---
2
- name: Set a fact about the Ansible python interpreter
3
ansible.builtin.set_fact:
4
- old_ansible_python_interpreter: "{{ ansible_python_interpreter | default('/usr/bin/python' + ansible_python.version.major | string) }}"
+ old_ansible_python_interpreter: "{{ ansible_python_interpreter | default('/usr/bin/python3') }}"
5
6
- name: Import host-aggregates.yml
7
ansible.builtin.import_tasks: host-aggregates.yml
0 commit comments