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