Просмотр исходного кода
Merge pull request #2925 from etkecc/add-tags
add `ensure-users-created` tag alongside with `ensure-matrix-users-created`
pull/2927/head
Slavi Pantaleev
2 лет назад
committed by
GitHub
Родитель
Сommit
793fba5440
Не найден GPG ключ соответствующий данной подписи
Идентификатор GPG ключа: 4AEE18F83AFDEB23
1 измененных файлов:
1 добавлений и
0 удалений
-
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" |