83affc627f
We make remote network hits to get the GPG keys which are quite unreliable, and apt_key does not support using a proxy properly [1] so let's store them inside the role and use them. The implementation here matches that which was done in the galera_client role in I520ccbadf3320b0d07fc83e3dbec9ea2bd16ec83 [1] https://github.com/ansible/ansible/issues/31691 Change-Id: I2715c904975b7940af72bd422904e748d3bae953
13 lines
606 B
YAML
13 lines
606 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The data structure for ``rabbitmq_gpg_keys`` has been changed to be
|
|
a dict passed directly to the applicable apt_key/rpm_key module. As such
|
|
any overrides would need to be reviewed to ensure that they do not pass
|
|
any key/value pairs which would cause the module to fail.
|
|
- |
|
|
The default values for ``rabbitmq_gpg_keys`` have been changed for
|
|
all supported platforms will use vendored keys. This means that the task
|
|
execution will no longer reach out to the internet to add the keys,
|
|
making offline or proxy-based installations easier and more reliable.
|