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

Do not follow symlinks for recursive directory actions

parent 97e181a6
Branches develop
No related tags found
No related merge requests found
......@@ -15,12 +15,14 @@
owner="root"
group="sftp"
recurse=yes
follow=no
- name: "SFTP | Set permissions"
file:
path="{{ sftp_devpath }}"
mode=g+w
recurse=yes
follow=no
- name: "SFTP | Collect SVN Directories"
command: find {{ sftp_devpath }} -type d -name .svn
......@@ -32,4 +34,5 @@
owner="root"
group="root"
recurse=yes
follow=no
with_items: '{{ svnpaths.stdout_lines }}'
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