
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
6 lines
154 B
YAML
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>`__
|