[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
check_mode: no
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
block:
@ -35,6 +35,6 @@
dest: '/var/lib/libvirt/images'
state: link
when:
- kvm_custom_libvirt_images_path != ''
- kvm_custom_libvirt_images_path
- kvm_custom_libvirt_images_path != kvm_libvirt_images_current_real_path_test.stdout
- not kvm_custom_libvirt_images_path_test.stat.exists

View File

@ -4,7 +4,7 @@
failed_when: False
changed_when: False
register: is_cron_installed
- name: "log rotation script"
template:
src: rotate_logstash_logs.j2

View File

@ -28,4 +28,4 @@
- restart logstash
tags:
- 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

View File

@ -4,7 +4,7 @@
msg: Please configure var lxc_php_version
when: lxc_php_version is none
- name: "Update APT cache in container {{lxc_php_version}}"
- name: "Update APT cache in container {{ lxc_php_version }}"
lxc_container:
name: "{{ lxc_php_version }}"
container_command: "apt-get update"

View File

@ -1,6 +1,6 @@
galaxy_info:
author: Evolix
description: Creation of LXC Containers
description: Creation of LXC Containers
issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues