diff --git a/tasks/main.yml b/tasks/main.yml index 78406f2..dc4bf61 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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