mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-10-14 00:09:43 +02:00
Add support for automatic (nedb -> Postgres) migration to mx-appservice-irc
This commit is contained in:
@@ -32,14 +32,6 @@
|
||||
tags:
|
||||
- import-generic-sqlite-db
|
||||
|
||||
# Imports appservice-irc NeDB into postgres
|
||||
- import_tasks: "{{ role_path }}/tasks/import_nedb.yml"
|
||||
vars:
|
||||
database: appservice_irc
|
||||
when: run_postgres_import_nedb|bool
|
||||
tags:
|
||||
- import-irc-nedb
|
||||
|
||||
# Imports slacks neDB to postgres.
|
||||
- import_tasks: "{{ role_path }}/tasks/import_nedb.yml"
|
||||
vars:
|
||||
|
Reference in New Issue
Block a user