mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-07 11:10:31 -07:00
[PR #9512/103b331a backport][stable-10] runtime/modules ordering: missed two modules before (#9514)
runtime/modules ordering: missed two modules before (#9512)
(cherry picked from commit 103b331a5d
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
2447bc90a4
commit
1f64be7cac
1 changed files with 8 additions and 8 deletions
|
@ -126,14 +126,6 @@ plugin_routing:
|
||||||
tombstone:
|
tombstone:
|
||||||
removal_version: 10.0.0
|
removal_version: 10.0.0
|
||||||
warning_text: Use community.general.consul_token and/or community.general.consul_policy instead.
|
warning_text: Use community.general.consul_token and/or community.general.consul_policy instead.
|
||||||
facter:
|
|
||||||
deprecation:
|
|
||||||
removal_version: 12.0.0
|
|
||||||
warning_text: Use community.general.facter_facts instead.
|
|
||||||
hipchat:
|
|
||||||
deprecation:
|
|
||||||
removal_version: 11.0.0
|
|
||||||
warning_text: The hipchat service has been discontinued and the self-hosted variant has been End of Life since 2020.
|
|
||||||
docker_compose:
|
docker_compose:
|
||||||
redirect: community.docker.docker_compose
|
redirect: community.docker.docker_compose
|
||||||
docker_config:
|
docker_config:
|
||||||
|
@ -188,6 +180,10 @@ plugin_routing:
|
||||||
redirect: community.docker.docker_volume
|
redirect: community.docker.docker_volume
|
||||||
docker_volume_info:
|
docker_volume_info:
|
||||||
redirect: community.docker.docker_volume_info
|
redirect: community.docker.docker_volume_info
|
||||||
|
facter:
|
||||||
|
deprecation:
|
||||||
|
removal_version: 12.0.0
|
||||||
|
warning_text: Use community.general.facter_facts instead.
|
||||||
flowdock:
|
flowdock:
|
||||||
tombstone:
|
tombstone:
|
||||||
removal_version: 9.0.0
|
removal_version: 9.0.0
|
||||||
|
@ -281,6 +277,10 @@ plugin_routing:
|
||||||
redirect: community.hrobot.firewall
|
redirect: community.hrobot.firewall
|
||||||
hetzner_firewall_info:
|
hetzner_firewall_info:
|
||||||
redirect: community.hrobot.firewall_info
|
redirect: community.hrobot.firewall_info
|
||||||
|
hipchat:
|
||||||
|
deprecation:
|
||||||
|
removal_version: 11.0.0
|
||||||
|
warning_text: The hipchat service has been discontinued and the self-hosted variant has been End of Life since 2020.
|
||||||
hpilo_facts:
|
hpilo_facts:
|
||||||
tombstone:
|
tombstone:
|
||||||
removal_version: 3.0.0
|
removal_version: 3.0.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue