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 bd200cb commit ed2f5d4Copy full SHA for ed2f5d4
defaults/main.yml
@@ -64,6 +64,4 @@ libvirt_host_uri: >-
64
65
# Whether the python3 version of the libvirt python bindings should be
66
# installed. If false, the python 2 bindings will be installed.
67
-libvirt_host_python3: >-
68
- {{ (ansible_os_family == 'RedHat' and ansible_distribution_major_version|int >= 8) or
69
- ansible_python_interpreter | default('python') | basename is match('python3.*') }}
+libvirt_host_python3: "{{ ansible_python.version.major == 3 }}"
0 commit comments