smartgears: force the mode of the logback.xml file.

This commit is contained in:
Andrea Dell'Amico 2019-04-04 18:02:41 +02:00
parent 2748d5cc25
commit 092794dfea
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@
- name: Install the smartgears logback configuration - name: Install the smartgears logback configuration
become: True become: True
become_user: '{{ smartgears_user }}' become_user: '{{ smartgears_user }}'
template: src=logback.xml.j2 dest={{ smartgears_instance_path }}/lib/logback.xml template: src=logback.xml.j2 dest={{ smartgears_instance_path }}/lib/logback.xml mode=0644
when: smartgears_logback_template when: smartgears_logback_template
tags: [ 'smartgears', 'smartgears_distribution', 'smartgears_conf', 'tomcat', 'logback_conf' ] tags: [ 'smartgears', 'smartgears_distribution', 'smartgears_conf', 'tomcat', 'logback_conf' ]