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

#1 Replace realpath with readlink

parent 9a468a62
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
- name: "SFTP | Install Key"
authorized_key:
user={{ item.username }}
key={{ item.key }}
key="{{ item.key }}"
with_items: sftp_user
- name: "SFTP | Create Data Directory"
......
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