mirror of https://github.com/ansible/ansible.git
[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.pull/50809/head
parent
66720f470a
commit
20eaebd9b2
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- "openssl_pkcs12 - now does proper path expansion for ``ca_certificates``."
|
||||
Loading…
Reference in New Issue