Skip to content
Snippets Groups Projects
Commit 945a2a75 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: var spacing, no-same-owner

parent f78dddb4
No related branches found
No related tags found
No related merge requests found
Pipeline #2746 failed
...@@ -18,8 +18,10 @@ ...@@ -18,8 +18,10 @@
# after-the-transfer verification has nothing to do with this option's # after-the-transfer verification has nothing to do with this option's
# before-the-transfer "Does this file need to be updated?" check. # before-the-transfer "Does this file need to be updated?" check.
ansible.posix.synchronize: ansible.posix.synchronize:
src: "{{ item.dir }}{{ item.filename}}" src: "{{ item.dir }}{{ item.filename }}"
dest: "/{{ item.dir }}{{ item.filename}}" dest: "/{{ item.dir }}{{ item.filename }}"
owner: false
group: false
rsync_opts: rsync_opts:
- "--chmod=F664" - "--chmod=F664"
- "--chown={{ vault_rosetta_user }}:{{ vault_rosetta_group }}" - "--chown={{ vault_rosetta_user }}:{{ vault_rosetta_group }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment