summaryrefslogtreecommitdiff
path: root/roles/users/tasks
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2024-01-14 12:35:41 +0000
committerDmitry Ilvokhin <d@ilvokhin.com>2024-01-14 12:35:41 +0000
commit79cb41831eaebf9dad86ec75c62e829c4809d3ae (patch)
tree57c6c93a659175db33e41e685b97fc5b231daf2c /roles/users/tasks
parent25d355fdc48e1630d7847d7238b1dd49f2e618a4 (diff)
downloadinfra-79cb41831eaebf9dad86ec75c62e829c4809d3ae.tar.gz
infra-79cb41831eaebf9dad86ec75c62e829c4809d3ae.tar.bz2
infra-79cb41831eaebf9dad86ec75c62e829c4809d3ae.zip
Rename id_rsa.pub to authorized_keys
Diffstat (limited to 'roles/users/tasks')
-rw-r--r--roles/users/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/users/tasks/main.yml b/roles/users/tasks/main.yml
index 7bb4f77..944c085 100644
--- a/roles/users/tasks/main.yml
+++ b/roles/users/tasks/main.yml
@@ -23,7 +23,7 @@
- name: Update authorized_keys for Dmitry Ilvokhin
ansible.builtin.copy:
- src: files/id_rsa.pub
+ src: files/authorized_keys
dest: /home/d/.ssh/authorized_keys
owner: d
group: d