Minor formatting change
This commit is contained in:
parent
36861ec8f7
commit
bb677abc07
1 changed files with 6 additions and 1 deletions
|
@ -2,7 +2,12 @@
|
|||
- include_vars: vault.yml
|
||||
|
||||
- name: Clone repos
|
||||
git: repo={{ item.repo }} dest={{ item.dest }} version={{ item.version }} clone=yes update=no
|
||||
git:
|
||||
repo: "{{ item.repo }}"
|
||||
dest: "{{ item.dest }}"
|
||||
version: "{{ item.version }}"
|
||||
clone: true
|
||||
update: false
|
||||
with_items: "{{ repos }}"
|
||||
|
||||
- include_tasks: vault.yml
|
||||
|
|
Loading…
Add table
Reference in a new issue