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:
|
block:
|
||||||
- name: namespace
|
- name: namespace
|
||||||
k8s:
|
k8s:
|
||||||
|
context: "{{ my_context }}"
|
||||||
state: present
|
state: present
|
||||||
name: weave
|
name: weave
|
||||||
api_version: v1
|
api_version: v1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue