diff --git a/tasks/main.yml b/tasks/main.yml index d1a2eb8..378d8ef 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -77,7 +77,7 @@ state: present context: "{{ my_context }}" merge_type: merge - resource_definition: "{{ lookup('template', item) | from_yaml }}" + resource_definition: "{{ lookup('file', item) | from_yaml }}" with_items: - "{{ weave_scope_files }}" tags: weave