summaryrefslogtreecommitdiff
path: root/tasks/ssh.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/ssh.yml')
-rw-r--r--tasks/ssh.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/tasks/ssh.yml b/tasks/ssh.yml
deleted file mode 100644
index af4f923..0000000
--- a/tasks/ssh.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-- name: Copy SSH keys
- ansible.builtin.copy:
- src: ./ssh/
- dest: ~/.ssh
- owner: "{{ ansible_user_id }}"
- group: "{{ ansible_user_id }}"
- mode: '0600'
- tags:
- - ssh