diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-01-06 18:38:35 +0000 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-01-06 18:38:35 +0000 |
commit | 170d68e7bc658c6bc0be2374f3043f8dcea2f499 (patch) | |
tree | 3d4a59245e4fcb7766706893d2bfa06b5ee3a9f0 /roles/users/tasks/main.yml | |
parent | a2f60b8691706d67c1b5446a78f8bebd541f554c (diff) | |
download | infra-170d68e7bc658c6bc0be2374f3043f8dcea2f499.tar.gz infra-170d68e7bc658c6bc0be2374f3043f8dcea2f499.tar.bz2 infra-170d68e7bc658c6bc0be2374f3043f8dcea2f499.zip |
Move playbooks to a separate directory
Diffstat (limited to 'roles/users/tasks/main.yml')
-rw-r--r-- | roles/users/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/users/tasks/main.yml b/roles/users/tasks/main.yml index 264ad28..dea8a82 100644 --- a/roles/users/tasks/main.yml +++ b/roles/users/tasks/main.yml @@ -22,7 +22,7 @@ - name: Update authorized_keys for Dmitry Ilvokhin ansible.builtin.copy: - src: roles/users/files/id_rsa.pub + src: files/id_rsa.pub dest: /home/d/.ssh/authorized_keys owner: d group: d |