Add version 0.12 and 0.13
This commit is contained in:
parent
202b4c9dc4
commit
75ec6fbf8e
88 changed files with 25844 additions and 5 deletions
|
|
@ -2,12 +2,12 @@
|
|||
- set_fact:
|
||||
certmanager_0_11_0_state: "present"
|
||||
when:
|
||||
- certmanager_version == "0.11.0"
|
||||
- certmanager_version | regex_search('(0.11)')
|
||||
|
||||
- set_fact:
|
||||
certmanager_0_11_0_state: "absent"
|
||||
when:
|
||||
- certmanager_version != "0.11.0"
|
||||
- not certmanager_version | regex_search('(0.11)')
|
||||
|
||||
- name: Cert Manager files
|
||||
k8s:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue