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: