Browse Source

roles/onlyoffice: fix to run 5.5.3

python3
Zolfa 4 years ago
parent
commit
fd02d01aaa
Signed by: zolfa GPG Key ID: E1A43B038C4D6616
2 changed files with 3 additions and 2 deletions
  1. +2
    -1
      roles/onlyoffice/files/default.json
  2. +1
    -1
      roles/onlyoffice/tasks/main.yaml

+ 2
- 1
roles/onlyoffice/files/default.json View File

@ -114,7 +114,8 @@
"dbPass": "",
"charset": "utf8",
"connectionlimit": 10,
"max_allowed_packet": 1048575
"max_allowed_packet": 1048575,
"pgPoolExtraOptions": {}
},
"redis": {
"name": "redis",


+ 1
- 1
roles/onlyoffice/tasks/main.yaml View File

@ -66,7 +66,7 @@
owner: 'onlyoffice'
group: 'onlyoffice'
mode: '0750'
creates: '/opt/onlyoffice/documentserver/'
# creates: '/opt/onlyoffice/documentserver/'
- name: 'PGSQL | init DB'
shell:


Loading…
Cancel
Save