Add version 0.14.1
This commit is contained in:
parent
c2dcfea3f8
commit
2ec49e784c
39 changed files with 6779 additions and 0 deletions
|
|
@ -46,3 +46,9 @@
|
|||
when:
|
||||
- certmanager_version | regex_search('(0.13)') or certmanager_actual_version.stdout | regex_search('(0.13)')
|
||||
tags: certmanager
|
||||
|
||||
- name: install / uninstall version 0.14
|
||||
include_tasks: "version_0.14.yml"
|
||||
when:
|
||||
- certmanager_version | regex_search('(0.14)') or certmanager_actual_version.stdout | regex_search('(0.14)')
|
||||
tags: certmanager
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue