Add support for themes to riot-web

This commit is contained in:
Slavi Pantaleev
2020-02-26 08:40:25 +02:00
parent cebadf400d
commit 37f3a2d5a8
7 changed files with 93 additions and 0 deletions

View File

@@ -8,6 +8,12 @@
- setup-all
- setup-riot-web
- import_tasks: "{{ role_path }}/tasks/prepare_riot_web_themes.yml"
when: run_setup|bool
tags:
- setup-all
- setup-riot-web
- import_tasks: "{{ role_path }}/tasks/setup_riot_web.yml"
when: run_setup|bool
tags: