浏览代码

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


正在加载...
取消
保存