Matrix Docker Ansible eploy
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 

12 líneas
452 B

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