disabled git recursion

This commit is contained in:
rene
2022-03-10 11:48:52 +01:00
parent b6246dd340
commit 22e29e9726

View File

@@ -55,8 +55,8 @@
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 recursive: no
track_submodules: yes track_submodules: no
force: yes force: 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' }