Update main.yml to add context to the namespace definition.

This commit is contained in:
Anselme 2018-10-19 08:14:24 +00:00
parent 9427cb9e05
commit 85b7239ac7

View file

@ -5,6 +5,7 @@
block:
- name: namespace
k8s:
context: "{{ my_context }}"
state: present
name: weave
api_version: v1