Switch to Weave managed Scope deployement
This commit is contained in:
parent
6bb4dfc922
commit
61afaf43e3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue