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.
2 parents cbac32d + 4391c38 commit 4ab78efCopy full SHA for 4ab78ef
defaults/main.yml
@@ -66,4 +66,4 @@ libvirt_host_uri: >-
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 | basename is match('python3.*') }}
+ ansible_python_interpreter | default('python') | basename is match('python3.*') }}
0 commit comments