mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-03 17:03:06 +00:00
Adjust deprecation versions.
This commit is contained in:
parent
f9589d78a8
commit
7bb008a964
136 changed files with 549 additions and 678 deletions
|
|
@ -11,7 +11,7 @@ DOCUMENTATION = r'''
|
|||
---
|
||||
module: online_server_facts
|
||||
deprecated:
|
||||
removed_in: '2.13'
|
||||
removed_in: 3.0.0 # was Ansible 2.13
|
||||
why: Deprecated in favour of C(_info) module.
|
||||
alternative: Use M(online_server_info) instead.
|
||||
short_description: Gather facts about Online servers.
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ DOCUMENTATION = r'''
|
|||
---
|
||||
module: online_user_facts
|
||||
deprecated:
|
||||
removed_in: '2.13'
|
||||
removed_in: 3.0.0 # was Ansible 2.13
|
||||
why: Deprecated in favour of C(_info) module.
|
||||
alternative: Use M(online_user_info) instead.
|
||||
short_description: Gather facts about Online user.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue