Skip to content
Snippets Groups Projects
Commit f574a02b authored by jurgenhaas's avatar jurgenhaas
Browse files

Bug fix

parent 6ab398a1
No related branches found
No related tags found
No related merge requests found
...@@ -4,10 +4,11 @@ ...@@ -4,10 +4,11 @@
- name: "Ensure Mount Path" - name: "Ensure Mount Path"
file: file:
dest: '{{ sftp_groups[group].mountpath }}' dest: '{{ sftp_groups[group].mountpath }}'
owner: '{{ group }}' owner: '{{ item }}'
group: '{{ group }}' group: '{{ group }}'
state: 'directory' state: 'directory'
mode: '775' mode: '775'
with_items: '{{ sftp_groups[group].user }}'
- name: "Create Mount Point" - name: "Create Mount Point"
mount: mount:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment