From 092794dfea15cc9b64065842626c9938d9912374 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Thu, 4 Apr 2019 18:02:41 +0200 Subject: [PATCH] smartgears: force the mode of the logback.xml file. --- smartgears/smartgears/tasks/smartgears-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartgears/smartgears/tasks/smartgears-app.yml b/smartgears/smartgears/tasks/smartgears-app.yml index a8321cf7..70c17221 100644 --- a/smartgears/smartgears/tasks/smartgears-app.yml +++ b/smartgears/smartgears/tasks/smartgears-app.yml @@ -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' ]