Ver a proveniência
add `ensure-users-created` tag alongside with `ensure-matrix-users-created`
pull/2925/head
Aine
há 2 anos
ascendente
cometimento
54babc5de0
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 34969C908CCA2804
1 ficheiros alterados com
1 adições e
0 eliminações
-
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" |