Skip to content

Commit

Permalink
SSH authorized keyを格納するtaskの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
cradle8810 committed Apr 30, 2024
1 parent b9c26af commit 442f197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/authorized_keys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 442f197

Please sign in to comment.