This commit is contained in:
2022-02-20 23:47:10 +01:00
parent 8955762fd2
commit a1573d7657

View File

@@ -38,7 +38,7 @@
git:
repo: '{{ item.repo }}'
dest: "{{ lookup('env','HOME') }}/{{ item.dir }}"
key_file: '{{ lookup('env','HOME') }}/.ssh/gitlab_read_ed25519'
key_file: "{{ lookup('env','HOME') }}/.ssh/gitlab_read_ed25519"
with_items:
- {repo: 'ssh://git@gitlab.social.my-wan.de:22422/rene/dotfiles.git', dir: 'dotfiles'}
- {repo: 'https://github.com/romkatv/powerlevel10k.git', dir: 'powerlevel10k'}