Deprecates bigip_gtm_facts (#44841)
The code to support these facts has been added to bigip_device_facts. So it is no longer necessary to include this module.
This commit is contained in:
parent
817b74654f
commit
de0acc9cfd
1 changed files with 10 additions and 1 deletions
|
@ -9,7 +9,7 @@ __metaclass__ = type
|
|||
|
||||
|
||||
ANSIBLE_METADATA = {'metadata_version': '1.1',
|
||||
'status': ['preview'],
|
||||
'status': ['deprecated'],
|
||||
'supported_by': 'community'}
|
||||
|
||||
DOCUMENTATION = r'''
|
||||
|
@ -33,7 +33,16 @@ options:
|
|||
- Perform regex filter of response. Filtering is done on the name of
|
||||
the resource. Valid filters are anything that can be provided to
|
||||
Python's C(re) module.
|
||||
deprecated:
|
||||
removed_in: '2.11'
|
||||
alternative: bigip_device_facts
|
||||
why: >
|
||||
The bigip_gtm_facts module is an outlier as all facts are being collected
|
||||
in the bigip_device_facts module. Additionally, the M(bigip_device_facts)
|
||||
module is easier to maintain and use.
|
||||
extends_documentation_fragment: f5
|
||||
notes:
|
||||
- This module is deprecated. Use the C(bigip_device_facts) module instead.
|
||||
author:
|
||||
- Tim Rupp (@caphrim007)
|
||||
'''
|
Loading…
Reference in a new issue