From 442f197a6808d749c32e85ce37cafc42825f9df1 Mon Sep 17 00:00:00 2001 From: cradle8810 Date: Wed, 1 May 2024 07:14:25 +0900 Subject: [PATCH] =?UTF-8?q?SSH=20authorized=20key=E3=82=92=E6=A0=BC?= =?UTF-8?q?=E7=B4=8D=E3=81=99=E3=82=8Btask=E3=81=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks/authorized_keys.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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