Remove version_added's that refer to other collections.

This commit is contained in:
Felix Fontein 2020-10-26 20:28:15 +01:00
parent 025364c383
commit e1d0864335
2 changed files with 0 additions and 10 deletions

View file

@ -10,7 +10,6 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---
module: api module: api
version_added: 1.1.0
author: "Nikolay Dachev (@NikolayDachev)" author: "Nikolay Dachev (@NikolayDachev)"
short_description: Ansible module for RouterOS API short_description: Ansible module for RouterOS API
description: description:

View file

@ -77,17 +77,14 @@ ansible_facts:
description: The CPU architecture of the device description: The CPU architecture of the device
returned: always returned: always
type: str type: str
version_added: 1.2.0
ansible_net_uptime: ansible_net_uptime:
description: The uptime of the device description: The uptime of the device
returned: always returned: always
type: str type: str
version_added: 1.2.0
ansible_net_cpu_load: ansible_net_cpu_load:
description: Current CPU load description: Current CPU load
returned: always returned: always
type: str type: str
version_added: 1.2.0
# hardware # hardware
ansible_net_spacefree_mb: ansible_net_spacefree_mb:
@ -136,32 +133,26 @@ ansible_facts:
description: The dict bgp peer description: The dict bgp peer
returned: peer information returned: peer information
type: dict type: dict
version_added: 1.2.0
ansible_net_bgp_vpnv4_route: ansible_net_bgp_vpnv4_route:
description: The dict bgp vpnv4 route description: The dict bgp vpnv4 route
returned: vpnv4 route information returned: vpnv4 route information
type: dict type: dict
version_added: 1.2.0
ansible_net_bgp_instance: ansible_net_bgp_instance:
description: The dict bgp instance description: The dict bgp instance
returned: bgp instance information returned: bgp instance information
type: dict type: dict
version_added: 1.2.0
ansible_net_route: ansible_net_route:
description: The dict routes in all routing table description: The dict routes in all routing table
returned: routes information in all routing table returned: routes information in all routing table
type: dict type: dict
version_added: 1.2.0
ansible_net_ospf_instance: ansible_net_ospf_instance:
description: The dict ospf instance description: The dict ospf instance
returned: ospf instance information returned: ospf instance information
type: dict type: dict
version_added: 1.2.0
ansible_net_ospf_neighbor: ansible_net_ospf_neighbor:
description: The dict ospf neighbor description: The dict ospf neighbor
returned: ospf neighbor information returned: ospf neighbor information
type: dict type: dict
version_added: 1.2.0
""" """
import re import re