Add CSI driver
This commit is contained in:
parent
ec79d6ad8f
commit
75306abab3
9 changed files with 157 additions and 0 deletions
|
|
@ -52,3 +52,11 @@
|
|||
when:
|
||||
- certmanager_version | regex_search('(0.14)') or certmanager_actual_version.stdout | regex_search('(0.14)')
|
||||
tags: certmanager
|
||||
|
||||
|
||||
|
||||
- name: install / uninstall Cert-Manager CSI Kubernetes drivers
|
||||
include_tasks: "csi.yml"
|
||||
when:
|
||||
- certmanager_csi
|
||||
tags: certmanager
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue