Matrix Docker Ansible eploy
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 

11 wiersze
425 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. block:
  8. - when: matrix_user_creator_users | length > 0
  9. ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup.yml"