mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -07:00
Deprecate nios content (#2458)
* Deprecate nios content. * Make 2.9's ansible-test happy. * Add module_utils deprecation.
This commit is contained in:
parent
384655e15c
commit
ee9770cff7
22 changed files with 196 additions and 2 deletions
|
@ -11,6 +11,10 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: nios_nsgroup
|
||||
short_description: Configure InfoBlox DNS Nameserver Groups
|
||||
deprecated:
|
||||
why: Please install the infoblox.nios_modules collection and use the corresponding module from it.
|
||||
alternative: infoblox.nios_modules.nios_nsgroup
|
||||
removed_in: 5.0.0
|
||||
extends_documentation_fragment:
|
||||
- community.general.nios
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue