diff --git a/tasks/authorized_keys.yml b/tasks/authorized_keys.yml index 708c959..fbd5f9a 100644 --- a/tasks/authorized_keys.yml +++ b/tasks/authorized_keys.yml @@ -9,7 +9,7 @@ - name: "Put authorized_keys" ansible.builtin.file: - src: + src: templates/home/hayato/.ssh/authorized_keys dest: /home/hayato/.ssh/authorized_keys owner: hayato group: hayato