From 54babc5de0664622edb13e2a07ad099e68b95c80 Mon Sep 17 00:00:00 2001 From: Aine Date: Mon, 2 Oct 2023 18:33:21 +0300 Subject: [PATCH] add `ensure-users-created` tag alongside with `ensure-matrix-users-created` --- roles/custom/matrix-user-creator/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/custom/matrix-user-creator/tasks/main.yml b/roles/custom/matrix-user-creator/tasks/main.yml index ff93a4633..2d9cc1c38 100644 --- a/roles/custom/matrix-user-creator/tasks/main.yml +++ b/roles/custom/matrix-user-creator/tasks/main.yml @@ -5,6 +5,7 @@ # If it did, the initial installation (`--tags=setup-all`) would also potentially polute the database with data, # which would make importing a database dump problematic. - ensure-matrix-users-created + - ensure-users-created block: - when: matrix_user_creator_users | length > 0 ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup.yml"