Matrix Docker Ansible eploy
Não pode escolher mais do que 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.
 
 

12 linhas
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"