Support action groups (#60)
* Prepare for action groups PR (ansible/ansible#67291). * Remove removal_date (as removal_version is already specified).pull/61/head
parent
68d56c7709
commit
724cdbdbe8
|
@ -1,7 +0,0 @@
|
||||||
acme:
|
|
||||||
- acme_inspect
|
|
||||||
- acme_certificate_revoke
|
|
||||||
- acme_certificate
|
|
||||||
- acme_account
|
|
||||||
- acme_account_facts
|
|
||||||
- acme_account_info
|
|
|
@ -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:
|
plugin_routing:
|
||||||
modules:
|
modules:
|
||||||
acme_account_facts:
|
acme_account_facts:
|
||||||
deprecation:
|
deprecation:
|
||||||
removal_date: TBD
|
|
||||||
removal_version: '2.12'
|
removal_version: '2.12'
|
||||||
warning_text: The 'community.crypto.acme_account_facts' module has been renamed to 'community.crypto.acme_account_info'.
|
warning_text: The 'community.crypto.acme_account_facts' module has been renamed to 'community.crypto.acme_account_info'.
|
||||||
openssl_certificate:
|
openssl_certificate:
|
||||||
deprecation:
|
deprecation:
|
||||||
removal_date: TBD
|
|
||||||
removal_version: '2.14'
|
removal_version: '2.14'
|
||||||
warning_text: The 'community.crypto.openssl_certificate' module has been renamed to 'community.crypto.x509_certificate'
|
warning_text: The 'community.crypto.openssl_certificate' module has been renamed to 'community.crypto.x509_certificate'
|
||||||
openssl_certificate_info:
|
openssl_certificate_info:
|
||||||
deprecation:
|
deprecation:
|
||||||
removal_date: TBD
|
|
||||||
removal_version: '2.14'
|
removal_version: '2.14'
|
||||||
warning_text: The 'community.crypto.openssl_certificate_info' module has been renamed to 'community.crypto.x509_certificate_info'
|
warning_text: The 'community.crypto.openssl_certificate_info' module has been renamed to 'community.crypto.x509_certificate_info'
|
||||||
|
|
Loading…
Reference in New Issue