Files
ansible-collection-kolla/releasenotes/notes/improve-container-registry-ca-conditional-0247b0014379ba82.yaml
Jack Hodgkiss 53f62d9976 feat: install registry CA if registry is secure
Provide more control over install the registry `CA` by adding an
additional conditional using the existing `_registry_insecure` variable
for either `Podman` or `Docker`.

Change-Id: If1ba49e23e1b3acc57bcc6313a8688f29fce4e37
Signed-off-by: Jack Hodgkiss <jack@stackhpc.com>
2025-07-24 21:53:27 +01:00

7 lines
199 B
YAML

---
features:
- |
The tasks related to installing CA file for private registry will now
only run if either ``docker_registry_insecure`` or
``podman_registry_insecure`` is set to false.