From d6823c767eed65b9782a033322a3404e9559fe2e Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 16 Apr 2017 11:09:53 +0300 Subject: [PATCH] - Pass (again, hopefully) test on OpenBSD. --- tests/playbook.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/playbook.yml b/tests/playbook.yml index ab1997a..91dcfb2 100644 --- a/tests/playbook.yml +++ b/tests/playbook.yml @@ -65,13 +65,13 @@ post_tasks: # For testing purposes - name: Create .ssh directory file: - path: '{{ ansible_user_dir }}/.ssh' + path: ~/.ssh state: directory - name: Copy private key copy: src: id_rsa - dest: '{{ ansible_user_dir }}/.ssh/id_rsa' + dest: ~/.ssh/id_rsa mode: 0o0400 - name: Add localhost key to known hosts -- GitLab