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
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue