fix indentation
This commit is contained in:
parent
75ec6fbf8e
commit
8af38fd20a
1 changed files with 2 additions and 2 deletions
|
|
@ -39,10 +39,10 @@
|
|||
include_tasks: "version_0.12.yml"
|
||||
when:
|
||||
- certmanager_version | regex_search('(0.12)') or certmanager_actual_version.stdout | regex_search('(0.12)')
|
||||
tags: certmanager
|
||||
tags: certmanager
|
||||
|
||||
- name: install / uninstall version 0.13
|
||||
include_tasks: "version_0.13.yml"
|
||||
when:
|
||||
- certmanager_version | regex_search('(0.13)') or certmanager_actual_version.stdout | regex_search('(0.13)')
|
||||
tags: certmanager
|
||||
tags: certmanager
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue