ansible/changelogs/fragments/50697-openssl_pkcs12-ca_certificates.yaml
Felix Fontein 20eaebd9b2 [2.7] openssl_pkcs12: fix ca_certificates path expansion (#50697)
* Expand user and variables in ca_certificates paths.

This is a fix specific for stable-2.7. In devel (and stable-2.8),
this problem is fixed by #48473. That PR adds argument spec
validation for list elements.

* Add changelog.
2019-01-10 08:37:17 -08:00

2 lines
87 B
YAML

bugfixes:
- "openssl_pkcs12 - now does proper path expansion for ``ca_certificates``."