Matrix Docker Ansible eploy
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 

11 linhas
425 B

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