[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:
Michal Konecny 2024-06-04 11:52:42 +02:00
parent 38ca9f6f73
commit abe14b6489

View file

@ -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