fix: ensure ssh profile dir is created
This commit is contained in:
parent
c434fff10f
commit
8603ce3cb0
1 changed files with 5 additions and 0 deletions
|
@ -44,6 +44,11 @@
|
||||||
vars:
|
vars:
|
||||||
tempdir_known_hosts: "{{ tempdir_known_hosts }}"
|
tempdir_known_hosts: "{{ tempdir_known_hosts }}"
|
||||||
|
|
||||||
|
- name: Ensure ssh config profiles dir exists
|
||||||
|
file:
|
||||||
|
path: "{{ home }}/.ssh/profiles"
|
||||||
|
state: directory
|
||||||
|
|
||||||
- name: Load ssh config of profiles
|
- name: Load ssh config of profiles
|
||||||
template:
|
template:
|
||||||
src: "{{ home }}/.dots/profiles/{{ item.name }}/configs/ssh/config"
|
src: "{{ home }}/.dots/profiles/{{ item.name }}/configs/ssh/config"
|
||||||
|
|
Loading…
Reference in a new issue