This commit is contained in:
parent
e10bb28442
commit
9297938426
1 changed files with 2 additions and 2 deletions
|
|
@ -92,8 +92,8 @@
|
||||||
definition: "{{ item }}"
|
definition: "{{ item }}"
|
||||||
with_items: "{{ lookup('url', 'https://cloud.weave.works/k8s/' + weave_scope_version + '/scope.yaml', split_lines=False) | from_yaml_all | list }}"
|
with_items: "{{ lookup('url', 'https://cloud.weave.works/k8s/' + weave_scope_version + '/scope.yaml', split_lines=False) | from_yaml_all | list }}"
|
||||||
when:
|
when:
|
||||||
- weave_scope|bool
|
- weave_scope|bool
|
||||||
- item is not none
|
- item is not none
|
||||||
tags:
|
tags:
|
||||||
- weave
|
- weave
|
||||||
- weave-scope
|
- weave-scope
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue