matrix-docker-ansible-deploy/roles/matrix-server/tasks/main.yml

30 lines
501 B
YAML
Raw Normal View History

2017-07-31 20:07:30 +00:00
---
- include: tasks/setup/main.yml
2017-07-31 20:07:30 +00:00
2018-10-28 15:16:21 +00:00
# - include: tasks/upgrade_postgres.yml
# tags:
# - upgrade-postgres
2017-07-31 20:07:30 +00:00
- include: tasks/start.yml
tags:
- start
2018-10-28 15:16:21 +00:00
# - include: tasks/register_user.yml
# tags:
# - register-user
2017-07-31 20:07:30 +00:00
2018-10-28 15:16:21 +00:00
# - include: tasks/import_sqlite_db.yml
# tags:
# - import-sqlite-db
2017-07-31 20:07:30 +00:00
2018-10-28 15:16:21 +00:00
# - include: tasks/import_media_store.yml
# tags:
# - import-media-store
2018-10-21 09:58:25 +00:00
2018-10-28 15:16:21 +00:00
# - include: tasks/self_check/main.yml
# delegate_to: 127.0.0.1
# become: false
# tags:
# - self-check