From d9b39bceb184dcec4ab1b067104ae0942334a9b7 Mon Sep 17 00:00:00 2001 From: Sabine Laszakovits Date: Sat, 15 May 2021 11:08:52 +0200 Subject: [PATCH] made tasks sensitive to tags --- roles/matrix-maubot/tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 roles/matrix-maubot/tasks/main.yml diff --git a/roles/matrix-maubot/tasks/main.yml b/roles/matrix-maubot/tasks/main.yml new file mode 100644 index 000000000..6826beea2 --- /dev/null +++ b/roles/matrix-maubot/tasks/main.yml @@ -0,0 +1,5 @@ +- import_tasks: "{{ role_path }}/tasks/setup.yml" + when: "run_setup|bool and matrix_maubot_enabled|bool" + tags: + - setup-all + - setup-bot-maubot \ No newline at end of file