Correct BookStack group
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
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:
parent
d8359f002d
commit
ef0a931157
@ -10,7 +10,7 @@ bookstack_permissions:
|
|||||||
file.managed:
|
file.managed:
|
||||||
- mode: '0640'
|
- mode: '0640'
|
||||||
- user: root
|
- user: root
|
||||||
- group: wwwrun
|
- group: www
|
||||||
- names:
|
- names:
|
||||||
- {{ configfile }}
|
- {{ configfile }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user