mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-03-27 05:43:22 +00:00
* Prepare for action groups PR (ansible/ansible#67291). * Remove removal_date (as removal_version is already specified).
28 lines
861 B
YAML
28 lines
861 B
YAML
action_groups:
|
|
acme:
|
|
- acme_inspect
|
|
- acme_certificate_revoke
|
|
- acme_certificate
|
|
- acme_account
|
|
- acme_account_facts
|
|
- acme_account_info
|
|
|
|
action_groups_redirection:
|
|
acme:
|
|
redirect: acme
|
|
|
|
plugin_routing:
|
|
modules:
|
|
acme_account_facts:
|
|
deprecation:
|
|
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_version: '2.14'
|
|
warning_text: The 'community.crypto.openssl_certificate' module has been renamed to 'community.crypto.x509_certificate'
|
|
openssl_certificate_info:
|
|
deprecation:
|
|
removal_version: '2.14'
|
|
warning_text: The 'community.crypto.openssl_certificate_info' module has been renamed to 'community.crypto.x509_certificate_info'
|