fix lint
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2020-06-01 00:02:50 +02:00
parent 2b8a7ecfb6
commit ec984ef8ad

View file

@ -27,7 +27,7 @@
block:
- name: namespace
k8s:
context: "{{ my_context }}"
context: "{{ my_context }}"
state: present
name: weave
api_version: v1
@ -47,7 +47,7 @@
data:
basic_auth: "{{ basic_auth_data | b64encode }}"
when:
- basic_auth == true
- basic_auth|bool
- traefik_version is not defined or traefik_version | regex_search('(^1.)')
- name: Remove a Secret object for basic authentification (traefik 1.7)