ansible/changelogs/fragments/63432-openssl_csr-version.yml
Felix Fontein ba686154b9
openssl_csr: deprecate version option (#63432)
* Deprecate openssl_csr's version.

* Add changelog.

* Change PR so that version will no longer accept values != 1 from 2.14 on.

* Make sure it is a string.
2019-10-17 10:42:05 +02:00

4 lines
236 B
YAML

deprecated_features:
- "openssl_csr - all values for the ``version`` option except ``1`` are deprecated."
bugfixes:
- "openssl_csr - a warning is issued if an unsupported value for ``version`` is used for the ``cryptography`` backend."