Skip to content

Commit

Permalink
Merge pull request #113 from cradle8810/fix_put_authorized_key
Browse files Browse the repository at this point in the history
authorized_keyの格納に使うモジュールの誤りを修正
  • Loading branch information
cradle8810 authored Apr 30, 2024
2 parents e08284f + 125f371 commit 47405b5
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 @@ -8,7 +8,7 @@
- authorized_keys

- name: "Put authorized_keys"
ansible.builtin.file:
ansible.builtin.copy:
src: templates/home/hayato/.ssh/authorized_keys
dest: /home/hayato/.ssh/authorized_keys
owner: hayato
Expand Down

0 comments on commit 47405b5

Please sign in to comment.