corrected syntax
Always quote template expression brackets when they start a value.
This commit is contained in:
@@ -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'}
|
||||
|
||||
Reference in New Issue
Block a user