mirror of
https://github.com/cwchristerw/tjas-infra
synced 2025-08-08 18:24:35 +00:00
FIx missing SSH Authorized Keys task in Deployer tasks
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: "Deployer - SSH - Add Authorized Keys"
|
- name: "Deployer - SSH - Add Authorized Keys"
|
||||||
ansible.builtin.file:
|
ansible.builtin.template:
|
||||||
src: './files/ssh/authorized_keys'
|
src: './files/ssh/authorized_keys'
|
||||||
dest: '~/.ssh/authorized_keys'
|
dest: '~/.ssh/authorized_keys'
|
||||||
tags:
|
tags:
|
||||||
|
Reference in New Issue
Block a user