removed trailing whitespaces
This commit is contained in:
parent
851d8a4277
commit
cc12f451e7
2 changed files with 7 additions and 7 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
- name: include repositories (with updates)
|
||||
include_tasks:
|
||||
file: repo.yml
|
||||
file: repo.yml
|
||||
apply:
|
||||
tags:
|
||||
- update
|
||||
|
|
@ -13,6 +13,6 @@
|
|||
|
||||
- name: include repositories (without updates)
|
||||
include_tasks:
|
||||
file: repo.yml
|
||||
file: repo.yml
|
||||
when: not item.value.update|d(true)
|
||||
with_dict: "{{ git }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue