Switch to Weave managed Scope deployement

This commit is contained in:
Adrien Reslinger 2020-05-09 16:23:54 +02:00
parent 6bb4dfc922
commit 61afaf43e3

View file

@ -77,7 +77,7 @@
state: present state: present
context: "{{ my_context }}" context: "{{ my_context }}"
merge_type: merge merge_type: merge
resource_definition: "{{ lookup('template', item) | from_yaml }}" resource_definition: "{{ lookup('file', item) | from_yaml }}"
with_items: with_items:
- "{{ weave_scope_files }}" - "{{ weave_scope_files }}"
tags: weave tags: weave