[pagure] Change the folder permission for pagure
To create a new log file the as paguremirroring user we need to add write permissions to /var/log/pagure/ folder as well. This is correctly set for distgit/pagure role, but not for pagure itself. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
38ca9f6f73
commit
abe14b6489
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@
|
|||
- name: create the /var/log/pagure folder where to store the logs
|
||||
file: state=directory
|
||||
path=/var/log/pagure
|
||||
owner=git group=git mode=0755
|
||||
owner=git group=git mode=0775
|
||||
tags:
|
||||
- pagure
|
||||
- fix_log
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue