redmine: don't change when touch nginx log files

This commit is contained in:
Victor LABORIE 2017-08-31 11:07:59 +02:00
parent 716b0a2ed8
commit e38f4bc0c3
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@
owner: "root" owner: "root"
group: "{{ redmine_user }}" group: "{{ redmine_user }}"
mode: "0640" mode: "0640"
changed_when: false
with_items: with_items:
- nginx_access.log - nginx_access.log
- nginx_error.log - nginx_error.log