Matrix Docker Ansible eploy
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 

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