ibm-mas / ansible-devops

Ansible collection supporting devops for IBM Maximo Application Suite
https://ibm-mas.github.io/ansible-devops/
Eclipse Public License 2.0
49 stars 88 forks source link

cert_manager role default provider #1235

Closed jalepisto closed 8 months ago

jalepisto commented 8 months ago

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.

andrercm commented 8 months ago

Thanks for the feedback, it's just a flaw in the readme, should be fixed in this change.