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