autocomplete is stupid - sometimes

This commit is contained in:
rene
2022-02-17 17:08:53 +01:00
parent d42cef52a9
commit b1aa48bbaf

View File

@@ -17,8 +17,8 @@
- name: users | rene | clone remote repos
git:
repo: '{{ item.repo }}''
dest: '/home/rene/{{ item.dir }}''
repo: '{{ item.repo }}'
dest: '/home/rene/{{ item.dir }}'
with_items:
- {repo: 'https://gitlab.social.my-wan.de/rene/dotfiles.git', dir: 'dotfiles'}
- {repo: 'https://github.com/romkatv/powerlevel10k.git', dir: 'powerlevel10k'}