diff --git a/tasks/rosetta/install_format_library_xsds.yml b/tasks/rosetta/install_format_library_xsds.yml index b86df90d9e15b3cb372c0cf203545ef39a71bf3a..720ead847af8a640e6b6c0eb0b710a10ac70850f 100644 --- a/tasks/rosetta/install_format_library_xsds.yml +++ b/tasks/rosetta/install_format_library_xsds.yml @@ -18,8 +18,10 @@ # after-the-transfer verification has nothing to do with this option's # before-the-transfer "Does this file need to be updated?" check. ansible.posix.synchronize: - src: "{{ item.dir }}{{ item.filename}}" - dest: "/{{ item.dir }}{{ item.filename}}" + src: "{{ item.dir }}{{ item.filename }}" + dest: "/{{ item.dir }}{{ item.filename }}" + owner: false + group: false rsync_opts: - "--chmod=F664" - "--chown={{ vault_rosetta_user }}:{{ vault_rosetta_group }}"