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

General improvements

parent 395b333e
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,9 @@
tags: UpdateSVN
- name: 'Subversion | Reset user authentication'
shell: rm /home/sshsvn/.ssh/authorized_keys
file:
path=/home/sshsvn/.ssh/authorized_keys
state=absent
tags:
- ResetSVNUser
ignore_errors: yes
......@@ -91,7 +93,7 @@
with_items: '{{ svn_user }}'
- name: 'Subversion | Read public key of svn tunnel user'
command: more /home/sshsvn/.ssh/id_rsa.pub
shell: cat /home/sshsvn/.ssh/id_rsa.pub
register: sshsvnpubkey
tags:
- ResetSVNUser
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment