Update main.yml to add context to the namespace definition.
This commit is contained in:
parent
9427cb9e05
commit
85b7239ac7
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
block:
|
||||
- name: namespace
|
||||
k8s:
|
||||
context: "{{ my_context }}"
|
||||
state: present
|
||||
name: weave
|
||||
api_version: v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue