added option for git submodules

This commit is contained in:
rene
2022-03-04 17:33:10 +01:00
parent 3ac897efd6
commit dca0164cfa

View File

@@ -42,6 +42,7 @@
repo: '{{ item.repo }}' repo: '{{ item.repo }}'
dest: '{{ getent_passwd[user][4] }}/{{ item.dir }}' dest: '{{ getent_passwd[user][4] }}/{{ item.dir }}'
key_file: '{{ getent_passwd[user][4] }}/.ssh/gitlab_read_ed25519' key_file: '{{ getent_passwd[user][4] }}/.ssh/gitlab_read_ed25519'
recursive: yes
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'}