forked from ISTI-ansible-roles/ansible-roles
smartgears: force the mode of the logback.xml file.
This commit is contained in:
parent
2748d5cc25
commit
092794dfea
|
@ -91,7 +91,7 @@
|
|||
- name: Install the smartgears logback configuration
|
||||
become: True
|
||||
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
|
||||
tags: [ 'smartgears', 'smartgears_distribution', 'smartgears_conf', 'tomcat', 'logback_conf' ]
|
||||
|
||||
|
|
Loading…
Reference in New Issue