Optimized desk-ssh conf

This commit is contained in:
2025-07-15 17:52:05 +02:00
parent 8254bc9f07
commit 766fe39c4c
3 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
- name: pull ssh repository from {{ssh_configuration_repository}}
- name: pull ssh repository from {{desk_ssh_repository}}
git:
repo: "{{ssh_configuration_repository}}"
repo: "{{desk_ssh_repository}}"
dest: "$HOME/.ssh"
update: yes
register: git_result