From 945a2a7528e20504d7b816224b1f237debf5f1b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de> Date: Thu, 8 Sep 2022 09:44:07 +0200 Subject: [PATCH] fix: var spacing, no-same-owner --- tasks/rosetta/install_format_library_xsds.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tasks/rosetta/install_format_library_xsds.yml b/tasks/rosetta/install_format_library_xsds.yml index b86df90..720ead8 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 }}" -- GitLab