Forget to save the file
This commit is contained in:
parent
7dff2ffc7b
commit
28b8910ad4
1 changed files with 1 additions and 1 deletions
|
|
@ -63,4 +63,4 @@
|
||||||
- name: install / uninstall version 2.0
|
- name: install / uninstall version 2.0
|
||||||
include_tasks: "version_2.0.yml"
|
include_tasks: "version_2.0.yml"
|
||||||
when:
|
when:
|
||||||
- traefik_version == "2.0" or traefik_actual_version.stdout == "2.0"
|
- traefik_version | regex_search('(2.)') or traefik_actual_version.stdout | regex_search('(2.)')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue