Changelog 100 - fail on couchdb2 deploy-stack

Just a heads-up that a deploy-stack for couchdb2:

cchq <env> deploy-stack --tags=couchdb2

...fails with:

TASK [couchdb2-preinstall : Download Erlang Solutions GPG key] **************************************************************************************************************************************
fatal: [10.3.0.4]: FAILED! => {"changed": false, "dest": "/tmp/erlang-solutions-gpg.asc", "elapsed": 0, "msg": "Request failed: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)>", "url": "``https://binaries2.erlang-solutions.com/GPG-KEY-pmanager.asc``"}

Thanks for the heads-up. This looks like an upstream issue with the Erlang Solutions GPG key rather than a problem with the CommCareHQ deploy scripts themselves. As a temporary workaround, it may be worth checking whether the key URL has changed or whether the key can be imported from an updated source before running deploy-stack again. It would also be helpful if the maintainers could update the Ansible task to use the current key location to avoid future failures.