From e1efaaeabee98f1b03fbe4c8e4e124627e51ede0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Fri, 25 Jul 2025 12:46:32 +0300 Subject: [PATCH] FIx missing SSH Authorized Keys task in Deployer tasks --- tasks/deployer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/deployer.yml b/tasks/deployer.yml index 1a18377..8d9ac98 100644 --- a/tasks/deployer.yml +++ b/tasks/deployer.yml @@ -1,6 +1,6 @@ --- - name: "Deployer - SSH - Add Authorized Keys" - ansible.builtin.file: + ansible.builtin.template: src: './files/ssh/authorized_keys' dest: '~/.ssh/authorized_keys' tags: