소스 검색

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

pull/2925/head
Aine 2 년 전
부모
커밋
54babc5de0
No known key found for this signature in database GPG 키 ID: 34969C908CCA2804
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      roles/custom/matrix-user-creator/tasks/main.yml

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

불러오는 중...
취소
저장