tomcat: whitespaces + syntax

This commit is contained in:
Jérémy Lecour 2017-05-21 21:02:48 +02:00
parent 36db563a8a
commit da9b82f694
2 changed files with 5 additions and 6 deletions

View file

@ -6,7 +6,7 @@
mode: "0770" mode: "0770"
owner: "{{ tomcat_instance_name }}" owner: "{{ tomcat_instance_name }}"
group: "{{ tomcat_instance_name }}" group: "{{ tomcat_instance_name }}"
- name: Copy alias script for systemctl --user - name: Copy alias script for systemctl --user
template: template:
src: "{{ item }}" src: "{{ item }}"

View file

@ -11,7 +11,6 @@
changed_when: False changed_when: False
failed_when: False failed_when: False
check_mode: no check_mode: no
register: usr_partition register: usr_partition
- name: Mount /usr in rw - name: Mount /usr in rw
@ -23,11 +22,11 @@
- name: Create Nagios plugins dir - name: Create Nagios plugins dir
file: file:
path: '/usr/local/lib/nagios/plugins' path: /usr/local/lib/nagios/plugins
state: directory state: directory
- name: Copy Tomcat instance check - name: Copy Tomcat instance check
template: template:
src: 'templates/check_tomcat_instance.sh.j2' src: templates/check_tomcat_instance.sh.j2
dest: '/usr/local/lib/nagios/plugins/check_tomcat_instance.sh' dest: /usr/local/lib/nagios/plugins/check_tomcat_instance.sh
mode: 0755 mode: "0755"