This commit is contained in:
parent
2b8a7ecfb6
commit
ec984ef8ad
1 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@
|
||||||
block:
|
block:
|
||||||
- name: namespace
|
- name: namespace
|
||||||
k8s:
|
k8s:
|
||||||
context: "{{ my_context }}"
|
context: "{{ my_context }}"
|
||||||
state: present
|
state: present
|
||||||
name: weave
|
name: weave
|
||||||
api_version: v1
|
api_version: v1
|
||||||
|
|
@ -47,7 +47,7 @@
|
||||||
data:
|
data:
|
||||||
basic_auth: "{{ basic_auth_data | b64encode }}"
|
basic_auth: "{{ basic_auth_data | b64encode }}"
|
||||||
when:
|
when:
|
||||||
- basic_auth == true
|
- basic_auth|bool
|
||||||
- traefik_version is not defined or traefik_version | regex_search('(^1.)')
|
- traefik_version is not defined or traefik_version | regex_search('(^1.)')
|
||||||
|
|
||||||
- name: Remove a Secret object for basic authentification (traefik 1.7)
|
- name: Remove a Secret object for basic authentification (traefik 1.7)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue