Add some helper synapse cleanup scripts
This commit is contained in:
parent
16e01c4a10
commit
47c0b65dfe
2 changed files with 7 additions and 0 deletions
|
@ -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…
Reference in a new issue