Rename openssl_certificate* to x509_certificate* (#7)

* Rename openssl_certificate* to x509_certificate*.

* Update README.

* Add redirects.

* Also print warnings when using Ansible 2.9.

* Adjust ignore-2.9.txt.

* Update documentation.
This commit is contained in:
Felix Fontein
2020-04-06 14:34:24 +02:00
committed by GitHub
parent 28827db5d9
commit f7dbd61fa7
36 changed files with 3730 additions and 3701 deletions

View File

@@ -3,4 +3,15 @@ plugin_routing:
acme_account_facts:
deprecation:
removal_date: TBD
warning_text: see plugin documentation for details
removal_version: '2.12'
warning_text: The 'community.crypto.acme_account_facts' module has been renamed to 'community.crypto.acme_account_info'.
openssl_certificate:
deprecation:
removal_date: TBD
removal_version: '2.14'
warning_text: The 'community.crypto.openssl_certificate' module has been renamed to 'community.crypto.x509_certificate'
openssl_certificate_info:
deprecation:
removal_date: TBD
removal_version: '2.14'
warning_text: The 'community.crypto.openssl_certificate_info' module has been renamed to 'community.crypto.x509_certificate_info'