removed trailing whitespaces

This commit is contained in:
nd 2019-11-02 14:54:56 +01:00
parent 851d8a4277
commit cc12f451e7
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
2 changed files with 7 additions and 7 deletions

View file

@ -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 }}"