Load git forge key when applicable
This commit is contained in:
parent
755493d155
commit
d46c4e4ec2
1 changed files with 1 additions and 2 deletions
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue