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"
owner: "{{ tomcat_instance_name }}"
group: "{{ tomcat_instance_name }}"
- name: Copy alias script for systemctl --user
template:
src: "{{ item }}"

View File

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