Matrix Docker Ansible eploy
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 

16 行
564 B

  1. ---
  2. - name: Ensure matrix-synapse-s3-storage-provider-migrate.service and timer don't exist
  3. ansible.builtin.file:
  4. path: "{{ devture_systemd_docker_base_systemd_path }}/{{ item }}"
  5. state: absent
  6. with_items:
  7. - matrix-synapse-s3-storage-provider-migrate.timer
  8. - matrix-synapse-s3-storage-provider-migrate.service
  9. register: matrix_synapse_s3_storage_provider_migrate_sevice_removal
  10. - name: Ensure s3-storage-provider files don't exist
  11. ansible.builtin.file:
  12. path: "{{ matrix_synapse_ext_s3_storage_provider_base_path }}"
  13. state: absent