Skip to content
Snippets Groups Projects
Commit 6fa12065 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

fix: owner flipflop

parent 15bb061d
No related branches found
No related tags found
No related merge requests found
......@@ -84,8 +84,8 @@
group: "{{ paths.access.group }}"
mode: "{{ paths.access.mode }}"
- path: "{{ paths.access.mountpoint }}/consumer_dir/"
owner: "{{ paths.access.owner }}"
group: "{{ paths.access.group }}"
owner: "{{ vault_sftp_upload_user }}"
group: "{{ vault_sftp_upload_group }}"
mode: "{{ paths.access.mode }}"
- path: "{{ paths.access.mountpoint }}/rosetta_export/"
owner: "{{ paths.access.owner }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment