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

Bug fix

parent 6ab398a1
Branches develop
No related tags found
No related merge requests found
......@@ -4,10 +4,11 @@
- name: "Ensure Mount Path"
file:
dest: '{{ sftp_groups[group].mountpath }}'
owner: '{{ group }}'
owner: '{{ item }}'
group: '{{ group }}'
state: 'directory'
mode: '775'
with_items: '{{ sftp_groups[group].user }}'
- name: "Create Mount Point"
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