mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-08 03:30:32 -07:00
Rewrite with PyYAML (except comments).
This commit is contained in:
parent
7d6e7fa5fa
commit
d887985b46
1 changed files with 17 additions and 10 deletions
|
@ -153,9 +153,9 @@ plugin_routing:
|
||||||
stackdriver:
|
stackdriver:
|
||||||
deprecation:
|
deprecation:
|
||||||
removal_version: 9.0.0
|
removal_version: 9.0.0
|
||||||
warning_text: >
|
warning_text: This module relies on HTTPS APIs that do not exist anymore,
|
||||||
This module relies on HTTPS APIs that do not exist anymore, and any new development in the
|
and any new development in the direction of providing an alternative should
|
||||||
direction of providing an alternative should happen in the context of the google.cloud collection.
|
happen in the context of the google.cloud collection.
|
||||||
system.aix_devices:
|
system.aix_devices:
|
||||||
redirect: community.general.aix_devices
|
redirect: community.general.aix_devices
|
||||||
deprecation:
|
deprecation:
|
||||||
|
@ -807,7 +807,8 @@ plugin_routing:
|
||||||
flowdock:
|
flowdock:
|
||||||
deprecation:
|
deprecation:
|
||||||
removal_version: 9.0.0
|
removal_version: 9.0.0
|
||||||
warning_text: This module relies on HTTPS APIs that do not exist anymore and there is no clear path to update.
|
warning_text: This module relies on HTTPS APIs that do not exist anymore and
|
||||||
|
there is no clear path to update.
|
||||||
notification.flowdock:
|
notification.flowdock:
|
||||||
redirect: community.general.flowdock
|
redirect: community.general.flowdock
|
||||||
deprecation:
|
deprecation:
|
||||||
|
@ -4446,7 +4447,8 @@ plugin_routing:
|
||||||
webfaction_app:
|
webfaction_app:
|
||||||
deprecation:
|
deprecation:
|
||||||
removal_version: 9.0.0
|
removal_version: 9.0.0
|
||||||
warning_text: This module relies on HTTPS APIs that do not exist anymore and there is no clear path to update.
|
warning_text: This module relies on HTTPS APIs that do not exist anymore and
|
||||||
|
there is no clear path to update.
|
||||||
cloud.webfaction.webfaction_app:
|
cloud.webfaction.webfaction_app:
|
||||||
redirect: community.general.webfaction_app
|
redirect: community.general.webfaction_app
|
||||||
deprecation:
|
deprecation:
|
||||||
|
@ -4457,7 +4459,8 @@ plugin_routing:
|
||||||
webfaction_db:
|
webfaction_db:
|
||||||
deprecation:
|
deprecation:
|
||||||
removal_version: 9.0.0
|
removal_version: 9.0.0
|
||||||
warning_text: This module relies on HTTPS APIs that do not exist anymore and there is no clear path to update.
|
warning_text: This module relies on HTTPS APIs that do not exist anymore and
|
||||||
|
there is no clear path to update.
|
||||||
cloud.webfaction.webfaction_db:
|
cloud.webfaction.webfaction_db:
|
||||||
redirect: community.general.webfaction_db
|
redirect: community.general.webfaction_db
|
||||||
deprecation:
|
deprecation:
|
||||||
|
@ -4468,7 +4471,8 @@ plugin_routing:
|
||||||
webfaction_domain:
|
webfaction_domain:
|
||||||
deprecation:
|
deprecation:
|
||||||
removal_version: 9.0.0
|
removal_version: 9.0.0
|
||||||
warning_text: This module relies on HTTPS APIs that do not exist anymore and there is no clear path to update.
|
warning_text: This module relies on HTTPS APIs that do not exist anymore and
|
||||||
|
there is no clear path to update.
|
||||||
cloud.webfaction.webfaction_domain:
|
cloud.webfaction.webfaction_domain:
|
||||||
redirect: community.general.webfaction_domain
|
redirect: community.general.webfaction_domain
|
||||||
deprecation:
|
deprecation:
|
||||||
|
@ -4479,7 +4483,8 @@ plugin_routing:
|
||||||
webfaction_mailbox:
|
webfaction_mailbox:
|
||||||
deprecation:
|
deprecation:
|
||||||
removal_version: 9.0.0
|
removal_version: 9.0.0
|
||||||
warning_text: This module relies on HTTPS APIs that do not exist anymore and there is no clear path to update.
|
warning_text: This module relies on HTTPS APIs that do not exist anymore and
|
||||||
|
there is no clear path to update.
|
||||||
cloud.webfaction.webfaction_mailbox:
|
cloud.webfaction.webfaction_mailbox:
|
||||||
redirect: community.general.webfaction_mailbox
|
redirect: community.general.webfaction_mailbox
|
||||||
deprecation:
|
deprecation:
|
||||||
|
@ -4490,7 +4495,8 @@ plugin_routing:
|
||||||
webfaction_site:
|
webfaction_site:
|
||||||
deprecation:
|
deprecation:
|
||||||
removal_version: 9.0.0
|
removal_version: 9.0.0
|
||||||
warning_text: This module relies on HTTPS APIs that do not exist anymore and there is no clear path to update.
|
warning_text: This module relies on HTTPS APIs that do not exist anymore and
|
||||||
|
there is no clear path to update.
|
||||||
cloud.webfaction.webfaction_site:
|
cloud.webfaction.webfaction_site:
|
||||||
redirect: community.general.webfaction_site
|
redirect: community.general.webfaction_site
|
||||||
deprecation:
|
deprecation:
|
||||||
|
@ -4646,7 +4652,8 @@ plugin_routing:
|
||||||
rackspace:
|
rackspace:
|
||||||
deprecation:
|
deprecation:
|
||||||
removal_version: 9.0.0
|
removal_version: 9.0.0
|
||||||
warning_text: This doc fragment is used by rax modules, that rely on the deprecated package pyrax.
|
warning_text: This doc fragment is used by rax modules, that rely on the deprecated
|
||||||
|
package pyrax.
|
||||||
_gcp:
|
_gcp:
|
||||||
redirect: community.google._gcp
|
redirect: community.google._gcp
|
||||||
docker:
|
docker:
|
||||||
|
|
Loading…
Add table
Reference in a new issue