2019-01-12 16:53:00 +01:00
|
|
|
- import_tasks: "{{ role_path }}/tasks/init.yml"
|
|
|
|
tags:
|
|
|
|
- always
|
|
|
|
|
2019-01-16 17:05:48 +01:00
|
|
|
- import_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
2019-05-21 17:25:59 +02:00
|
|
|
when: "run_setup|bool and matrix_riot_web_enabled|bool"
|
2019-01-16 17:05:48 +01:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-riot-web
|
|
|
|
|
2020-02-26 07:40:25 +01:00
|
|
|
- import_tasks: "{{ role_path }}/tasks/prepare_riot_web_themes.yml"
|
|
|
|
when: run_setup|bool
|
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-riot-web
|
|
|
|
|
2019-01-12 16:53:00 +01:00
|
|
|
- import_tasks: "{{ role_path }}/tasks/setup_riot_web.yml"
|
2019-05-21 17:25:59 +02:00
|
|
|
when: run_setup|bool
|
2019-01-12 16:53:00 +01:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-riot-web
|
|
|
|
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/self_check_riot_web.yml"
|
|
|
|
delegate_to: 127.0.0.1
|
|
|
|
become: false
|
2019-05-21 17:25:59 +02:00
|
|
|
when: "run_self_check|bool and matrix_riot_web_enabled|bool"
|
2019-01-12 16:53:00 +01:00
|
|
|
tags:
|
2019-05-21 17:25:59 +02:00
|
|
|
- self-check
|