FIx missing SSH Authorized Keys task in Deployer tasks

This commit is contained in:
Christer Warén
2025-07-25 12:46:32 +03:00
parent e926459385
commit e1efaaeabe

View File

@@ -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: