Procházet zdrojové kódy

add `ensure-users-created` tag alongside with `ensure-matrix-users-created`

pull/2925/head
Aine před 2 roky
rodič
revize
54babc5de0
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 34969C908CCA2804
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      roles/custom/matrix-user-creator/tasks/main.yml

+ 1
- 0
roles/custom/matrix-user-creator/tasks/main.yml Zobrazit soubor

@@ -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"

Načítá se…
Zrušit
Uložit