From 92979384266d573dfc9db64dec741460af5506af Mon Sep 17 00:00:00 2001 From: Adrien Reslinger Date: Sat, 23 Jul 2022 01:27:46 +0200 Subject: [PATCH] Fix indentation --- tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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