File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 111111 loop : " {{ _libvirt_tls_certs.keys() }}"
112112 when :
113113 - libvirt_host_tls_listen | bool
114- - _libvirt_loop_item.content
114+ - _libvirt_loop_item.content | length > 0
115115 vars :
116116 _libvirt_loop_item : " {{ _libvirt_tls_certs[item] }}"
117117 notify : restart libvirt
159159 loop : " {{ _libvirt_host_qemu_tls_certs.keys() }}"
160160 when :
161161 - libvirt_host_qemu_tls_enabled | bool
162- - _libvirt_host_qemu_loop_item.content
162+ - _libvirt_host_qemu_loop_item.content | length > 0
163163 vars :
164164 _libvirt_host_qemu_loop_item : " {{ _libvirt_host_qemu_tls_certs[item] }}"
165165 notify : restart libvirt
194194 loop : " {{ _libvirt_host_vnc_tls_certs.keys() }}"
195195 when :
196196 - libvirt_host_vnc_tls_enabled | bool
197- - _libvirt_host_vnc_loop_item.content
197+ - _libvirt_host_vnc_loop_item.content | length > 0
198198 vars :
199199 _libvirt_host_vnc_loop_item : " {{ _libvirt_host_vnc_tls_certs[item] }}"
200200 notify : restart libvirt
You can’t perform that action at this time.
0 commit comments