This commit is contained in:
parent
2b8a7ecfb6
commit
ec984ef8ad
1 changed files with 2 additions and 2 deletions
|
|
@ -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