Skip to content
Snippets Groups Projects
Commit d6823c76 authored by nimrod's avatar nimrod
Browse files

- Pass (again, hopefully) test on OpenBSD.

parent 07629f0f
No related branches found
No related tags found
No related merge requests found
...@@ -65,13 +65,13 @@ ...@@ -65,13 +65,13 @@
post_tasks: # For testing purposes post_tasks: # For testing purposes
- name: Create .ssh directory - name: Create .ssh directory
file: file:
path: '{{ ansible_user_dir }}/.ssh' path: ~/.ssh
state: directory state: directory
- name: Copy private key - name: Copy private key
copy: copy:
src: id_rsa src: id_rsa
dest: '{{ ansible_user_dir }}/.ssh/id_rsa' dest: ~/.ssh/id_rsa
mode: 0o0400 mode: 0o0400
- name: Add localhost key to known hosts - name: Add localhost key to known hosts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment