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:
- domain: '{{ git_domain }}'
key: '{{ git_host_key }}'
roles:
- common
when: ansible_hostname != 'fudiggity'
tasks:
- name: Setup dotfiles
ansible.builtin.import_tasks: 'tasks/dotfiles.yml'