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 031f364 + 5603a18 commit a6dcc39Copy full SHA for a6dcc39
tasks/post-install-Debian.yml
@@ -21,7 +21,7 @@
21
insertafter: '^#libvirtd_opts='
22
regexp: '^libvirtd_opts='
23
line: "libvirtd_opts={{ libvirt_host_libvirtd_args }}"
24
- condition: "{{ libvirt_host_libvirtd_args != '' }}"
+ condition: "{{ libvirt_host_libvirtd_args | length > 0 }}"
25
vars:
26
libvirt_env_path: "{{ '/etc/default/libvirt-bin' if libvirt_bin_stat.stat.exists else '/etc/default/libvirtd' }}"
27
tags: vars
0 commit comments