mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-10-27 05:17:56 +01:00
Implement self-hosted Dimension server
This commit is contained in:
9
roles/matrix-dimension/tasks/main.yml
Executable file
9
roles/matrix-dimension/tasks/main.yml
Executable file
@@ -0,0 +1,9 @@
|
||||
- import_tasks: "{{ role_path }}/tasks/init.yml"
|
||||
tags:
|
||||
- always
|
||||
|
||||
- import_tasks: "{{ role_path }}/tasks/setup_dimension.yml"
|
||||
when: run_setup
|
||||
tags:
|
||||
- setup-all
|
||||
- setup-dimension
|
||||
Reference in New Issue
Block a user