Optimized desk-ssh conf

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-15 17:52:05 +02:00
parent 8254bc9f07
commit 766fe39c4c
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
3 changed files with 5 additions and 3 deletions

View File

@ -0,0 +1 @@

View File

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

View File

@ -1 +1,2 @@
application_id: desk-ssh application_id: desk-ssh
desk_ssh_repository: "{{ applications | get_app_conf(application_id, 'repository') }}"