whitespaces

This commit is contained in:
Jérémy Lecour 2017-05-21 19:32:25 +02:00
parent 579c32828f
commit 1b24815491
4 changed files with 6 additions and 10 deletions

View file

@ -3,12 +3,10 @@
stat:
path: /etc/nginx/nginx.conf
check_mode: no
register: stn
- name: Determine Apache presence
stat:
path: /etc/apache2/apache2.conf
check_mode: no
register: sta

View file

@ -3,6 +3,7 @@
service:
name: nmbd
state: restarted
- name: restart smbd
service:
name: smbd

View file

@ -4,7 +4,6 @@
stat:
path: /etc/log2mail/config/
check_mode: no
register: log2mail_config
- block:

View file

@ -7,7 +7,6 @@
shell: id -ng "{{ tomcat_instance_port }}"
register: check_port_gid
changed_when: false
failed_when:
- check_port_gid|success
- check_port_gid.stdout != "{{ tomcat_instance_name }}"
@ -15,7 +14,6 @@
- name: Check use of uid
shell: id -nu "{{ tomcat_instance_port }}"
register: check_port_uid
changed_when: false
failed_when:
- check_port_uid|success