Files
kolla-ansible/releasenotes/notes/bug-2115230-4220523768ff2685.yaml
Michal Arbet 11d889df13 [letsencrypt] Avoid rendering empty --key-type argument
The `--key-type` argument was always rendered in the
command, even if the `letsencrypt_key_type` variable was
empty. This caused the command to fail due to an invalid
empty argument.

The template now checks if `letsencrypt_key_type` has a
non-zero length before including `--key-type`, ensuring correct
rendering of the script.

Signed-off-by: Michal Arbet <michal.arbet@ultimum.io>

Change-Id: I66a76fc8d27bcc97cd3133eed137fd46ea599511
2025-06-24 19:21:45 +02:00

6 lines
154 B
YAML

---
fixes:
- |
Fixed certificate script rendering in Let's Encrypt role.
`LP#2115230 <https://bugs.launchpad.net/kolla-ansible/+bug/2115230>`__