Load git forge key when applicable

This commit is contained in:
sonny 2025-03-15 17:13:04 +01:00
parent 755493d155
commit d46c4e4ec2

View file

@ -26,8 +26,7 @@
items: items:
- domain: '{{ git_domain }}' - domain: '{{ git_domain }}'
key: '{{ git_host_key }}' key: '{{ git_host_key }}'
roles: when: ansible_hostname != 'fudiggity'
- common
tasks: tasks:
- name: Setup dotfiles - name: Setup dotfiles
ansible.builtin.import_tasks: 'tasks/dotfiles.yml' ansible.builtin.import_tasks: 'tasks/dotfiles.yml'