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

Tests and bug fixes

parent 2bc9d339
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@
- name: 'Subversion | Install SSH user public keys'
authorized_key: user=sshsvn
key="{{lookup('file', inventory_dir + '/files/certs/' + item + '.svn.pub')}}"
key="{{lookup('file', inventory_dir + '/files/keys/' + item + '.svn.pub')}}"
key_options='command="/usr/local/bin/svnserve -t --tunnel-user={{item}}",no-port-forwarding,no-agent-forwarding,no-X11-forwarding,no-pty'
tags:
- UpdateSVN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment