ansible-collection-kolla/releasenotes/notes/add-docker-apt-key-env-1fa084e207f068f7.yaml
Mickael Razzouk e108c0d913 add docker_apt_key_env variable to docker role
feat: In some cases, having the option to set enviroment variables
to the get_url module can be useful to pass http proxy config.

Closes-Bug: #2086700
Change-Id: I788cc3893369a531ad216d80aebcab141137cef3
2025-01-23 17:03:48 +00:00

7 lines
222 B
YAML

---
features:
- |
With the ``docker_apt_key_env`` variable it is now possible to set
enviroment variables for the get_url module to pass http proxy config.
`LP#2086700 <https://launchpad.net/bugs/2086700>`__