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 857394f commit 5603a18Copy full SHA for 5603a18
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: "{{ not libvirt_host_libvirtd_args | length > 0 }}"
+ 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