Matrix Docker Ansible eploy
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 

10 Zeilen
407 B

  1. ---
  2. - when: matrix_user_creator_users | length > 0
  3. ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup.yml"
  4. tags:
  5. # This role intentionally doesn't do work on a `setup-all` tag.
  6. # If it did, the initial installation (`--tags=setup-all`) would also potentially polute the database with data,
  7. # which would make importing a database dump problematic.
  8. - ensure-matrix-users-created