Cert_manager role documentation says default provider is ibm. How ever in the main.yml in defaults of the role (18.15.0) its
cert_manager_provider: "{{ lookup('env', 'CERT_MANAGER_PROVIDER') | default('redhat', true) }}"
Is this change in purpose and docs not updated or just a flaw.
Cert_manager role documentation says default provider is ibm. How ever in the main.yml in defaults of the role (18.15.0) its cert_manager_provider: "{{ lookup('env', 'CERT_MANAGER_PROVIDER') | default('redhat', true) }}"
Is this change in purpose and docs not updated or just a flaw.