mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 18:57:37 +01:00
Fix ansible-lint error (ansible.builtin.synchronize -> ansible.posix.synchronize)
This commit is contained in:
parent
e1274a6e56
commit
3fc19295e2
@ -51,7 +51,7 @@
|
|||||||
# This can only work with local files, not if the media store is on Amazon S3,
|
# 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.
|
# as it won't be accessible in such a case.
|
||||||
- name: Ensure provided media store directory is synchronized
|
- name: Ensure provided media store directory is synchronized
|
||||||
ansible.builtin.synchronize:
|
ansible.posix.synchronize:
|
||||||
src: "{{ server_path_media_store }}/"
|
src: "{{ server_path_media_store }}/"
|
||||||
dest: "{{ matrix_synapse_media_store_path }}"
|
dest: "{{ matrix_synapse_media_store_path }}"
|
||||||
delete: true
|
delete: true
|
||||||
|
Loading…
Reference in New Issue
Block a user