Remove synapse helper scripts
They're not maintained, and actually highly advised against
This commit is contained in:
parent
efc7a5d7fb
commit
2ef836b2e9
2 changed files with 0 additions and 7 deletions
|
@ -31,4 +31,3 @@ services:
|
|||
- POSTGRES_PASSWORD=synapse
|
||||
volumes:
|
||||
- ./postgresql:/var/lib/postgresql/data
|
||||
- ./synapse_scripts:/opt/synapse_scripts:ro
|
||||
|
|
|
@ -33,9 +33,3 @@
|
|||
chdir: /opt/synapse
|
||||
cmd: "{{ docker_update_command }}"
|
||||
when: compose_file.changed or homeserver_config.changed
|
||||
|
||||
- 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