Skip to content

Commit

Permalink
Merge pull request #112 from cradle8810/fix_put_authorized_key
Browse files Browse the repository at this point in the history
SSH authorized keyを格納するtaskの修正
  • Loading branch information
cradle8810 authored Apr 30, 2024
2 parents b9c26af + 442f197 commit e08284f
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 e08284f

Please sign in to comment.