Matrix Docker Ansible eploy
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

12 satır
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"