Matrix Docker Ansible eploy
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

11 строки
519 B

  1. ---
  2. - ansible.builtin.import_tasks: "{{ role_path }}/tasks/ext/s3-storage-provider/validate_config.yml"
  3. when: matrix_synapse_ext_synapse_s3_storage_provider_enabled | bool
  4. - ansible.builtin.import_tasks: "{{ role_path }}/tasks/ext/s3-storage-provider/setup_install.yml"
  5. when: matrix_synapse_ext_synapse_s3_storage_provider_enabled | bool
  6. - ansible.builtin.import_tasks: "{{ role_path }}/tasks/ext/s3-storage-provider/setup_uninstall.yml"
  7. when: not matrix_synapse_ext_synapse_s3_storage_provider_enabled | bool