Correct BookStack group
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful

Environment file needs to be readable by the www, not the wwwrun, group
for PHP-FPM to be able to access it.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
Georg Pfuetzenreuter 2023-04-30 18:27:35 +02:00
parent d8359f002d
commit ef0a931157
Signed by: Georg
GPG Key ID: 1ED2F138E7E6FF57

View File

@ -10,7 +10,7 @@ bookstack_permissions:
file.managed:
- mode: '0640'
- user: root
- group: wwwrun
- group: www
- names:
- {{ configfile }}