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

Do not follow symlinks for recursive directory actions

parent 8a5ac134
No related branches found
No related tags found
No related merge requests found
......@@ -150,6 +150,7 @@
owner="sshsvn"
group="root"
recurse=yes
follow=no
tags:
- 'UpdateSVN'
- 'UpdateSVNRepos'
......@@ -160,6 +161,7 @@
path=/var/svn
mode=g+w
recurse=yes
follow=no
tags:
- 'UpdateSVN'
- 'UpdateSVNRepos'
......
......@@ -13,6 +13,7 @@
path=/var/www/svnadmin/data
mode='777'
recurse=yes
follow=no
- name: 'Subversion | Copy SvnAdmin Config File'
template: src=svnadmin_config_ini
......
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