소스 검색

Fix ansible-lint error (ansible.builtin.synchronize -> ansible.posix.synchronize)

pull/2223/head
Slavi Pantaleev 3 년 전
부모
커밋
3fc19295e2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roles/matrix-synapse/tasks/import_media_store.yml

+ 1
- 1
roles/matrix-synapse/tasks/import_media_store.yml 파일 보기

@@ -51,7 +51,7 @@
# This can only work with local files, not if the media store is on Amazon S3,
# as it won't be accessible in such a case.
- name: Ensure provided media store directory is synchronized
ansible.builtin.synchronize:
ansible.posix.synchronize:
src: "{{ server_path_media_store }}/"
dest: "{{ matrix_synapse_media_store_path }}"
delete: true


불러오는 중...
취소
저장