[Cleanup] multiple small role cleaning

Mostly whitespace and comparison with empty strings
This commit is contained in:
Mathieu Trossevin 2020-06-19 10:47:35 +02:00
parent 440bec2feb
commit 5cf81335e6
Signed by: mtrossevin
GPG key ID: 81987323AE7F3E99
5 changed files with 6 additions and 6 deletions

View file

@ -13,7 +13,7 @@
changed_when: False changed_when: False
check_mode: no check_mode: no
register: kvm_libvirt_images_current_real_path_test register: kvm_libvirt_images_current_real_path_test
when: kvm_custom_libvirt_images_path != '' when: kvm_custom_libvirt_images_path
- name: Images directory is moved to custom path - name: Images directory is moved to custom path
block: block:
@ -35,6 +35,6 @@
dest: '/var/lib/libvirt/images' dest: '/var/lib/libvirt/images'
state: link state: link
when: when:
- kvm_custom_libvirt_images_path != '' - kvm_custom_libvirt_images_path
- kvm_custom_libvirt_images_path != kvm_libvirt_images_current_real_path_test.stdout - kvm_custom_libvirt_images_path != kvm_libvirt_images_current_real_path_test.stdout
- not kvm_custom_libvirt_images_path_test.stat.exists - not kvm_custom_libvirt_images_path_test.stat.exists

View file

@ -28,4 +28,4 @@
- restart logstash - restart logstash
tags: tags:
- logstash - logstash
when: (logstash_custom_tmpdir != '' and logstash_custom_tmpdir != None) or fstab_tmp_noexec.rc == 0 when: (logstash_custom_tmpdir and logstash_custom_tmpdir != None) or fstab_tmp_noexec.rc == 0