浏览代码

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

pull/2925/head
Aine 2 年前
父节点
当前提交
54babc5de0
找不到此签名对应的密钥 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"

正在加载...
取消
保存