Fix indentation
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2022-07-23 01:27:46 +02:00
parent e10bb28442
commit 9297938426
Signed by: adrien
GPG key ID: DA7B27055C66D6DE

View file

@ -92,8 +92,8 @@
definition: "{{ item }}"
with_items: "{{ lookup('url', 'https://cloud.weave.works/k8s/' + weave_scope_version + '/scope.yaml', split_lines=False) | from_yaml_all | list }}"
when:
- weave_scope|bool
- item is not none
- weave_scope|bool
- item is not none
tags:
- weave
- weave-scope