Ver a proveniência

Merge pull request #2925 from etkecc/add-tags

add `ensure-users-created` tag alongside with `ensure-matrix-users-created`
pull/2927/head
Slavi Pantaleev há 2 anos
committed by GitHub
ascendente
cometimento
793fba5440
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 1 adições e 0 eliminações
  1. +1
    -0
      roles/custom/matrix-user-creator/tasks/main.yml

+ 1
- 0
roles/custom/matrix-user-creator/tasks/main.yml Ver ficheiro

@@ -5,6 +5,7 @@
# If it did, the initial installation (`--tags=setup-all`) would also potentially polute the database with data, # 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. # which would make importing a database dump problematic.
- ensure-matrix-users-created - ensure-matrix-users-created
- ensure-users-created
block: block:
- when: matrix_user_creator_users | length > 0 - when: matrix_user_creator_users | length > 0
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup.yml" ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup.yml"

Carregando…
Cancelar
Guardar