Support action groups (#60)

* Prepare for action groups PR (ansible/ansible#67291).

* Remove removal_date (as removal_version is already specified).
pull/61/head
Felix Fontein 2020-05-29 00:06:17 +02:00 committed by GitHub
parent 68d56c7709
commit 724cdbdbe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 10 deletions

View File

@ -1,7 +0,0 @@
acme:
- acme_inspect
- acme_certificate_revoke
- acme_certificate
- acme_account
- acme_account_facts
- acme_account_info

View File

@ -1,17 +1,27 @@
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_date: TBD
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'