Add some helper synapse cleanup scripts
This commit is contained in:
parent
16e01c4a10
commit
47c0b65dfe
@ -30,3 +30,4 @@ services:
|
||||
- POSTGRES_PASSWORD=synapse
|
||||
volumes:
|
||||
- ./postgresql:/var/lib/postgresql/data
|
||||
- ./synapse_scripts:/opt/synapse_scripts:ro
|
||||
|
@ -42,3 +42,9 @@
|
||||
loop:
|
||||
- absent
|
||||
- present
|
||||
|
||||
- name: Install helper scripts
|
||||
git:
|
||||
repo: "https://github.com/xwiki-labs/synapse_scripts"
|
||||
dest: /opt/synapse/synapse_scripts
|
||||
force: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user