mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
add ensure-users-created
tag alongside with ensure-matrix-users-created
This commit is contained in:
parent
0a4cff56fb
commit
54babc5de0
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user