Synapse: Change PostgreSQL datadir chmod from 770 to 700.
PostgreSQL datadir permissions are changed to 700 by the container. Set to 700 from the start to stop the task displaying "changed" everytime the synaspe role is run.
This commit is contained in:
parent
542d4ad5f3
commit
06a963ed38
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
||||||
state: directory
|
state: directory
|
||||||
owner: "{{ users['synapse_postgres'] + uid_shift }}"
|
owner: "{{ users['synapse_postgres'] + uid_shift }}"
|
||||||
group: "{{ users['synapse_postgres'] + uid_shift }}"
|
group: "{{ users['synapse_postgres'] + uid_shift }}"
|
||||||
mode: '770'
|
mode: '700'
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
- name: Pull project services
|
- name: Pull project services
|
||||||
|
|
Loading…
Reference in a new issue