quoting
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
git:
|
git:
|
||||||
repo: '{{ item.repo }}'
|
repo: '{{ item.repo }}'
|
||||||
dest: "{{ lookup('env','HOME') }}/{{ item.dir }}"
|
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:
|
with_items:
|
||||||
- {repo: 'ssh://git@gitlab.social.my-wan.de:22422/rene/dotfiles.git', dir: 'dotfiles'}
|
- {repo: 'ssh://git@gitlab.social.my-wan.de:22422/rene/dotfiles.git', dir: 'dotfiles'}
|
||||||
- {repo: 'https://github.com/romkatv/powerlevel10k.git', dir: 'powerlevel10k'}
|
- {repo: 'https://github.com/romkatv/powerlevel10k.git', dir: 'powerlevel10k'}
|
||||||
|
|||||||
Reference in New Issue
Block a user