From e1d0864335fcb53acb0bbf9001fbd95628eaae27 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 26 Oct 2020 20:28:15 +0100 Subject: [PATCH] Remove version_added's that refer to other collections. --- plugins/modules/api.py | 1 - plugins/modules/facts.py | 9 --------- 2 files changed, 10 deletions(-) diff --git a/plugins/modules/api.py b/plugins/modules/api.py index af8d7c4..9a62aba 100644 --- a/plugins/modules/api.py +++ b/plugins/modules/api.py @@ -10,7 +10,6 @@ __metaclass__ = type DOCUMENTATION = ''' --- module: api -version_added: 1.1.0 author: "Nikolay Dachev (@NikolayDachev)" short_description: Ansible module for RouterOS API description: diff --git a/plugins/modules/facts.py b/plugins/modules/facts.py index dfab1df..08cf374 100644 --- a/plugins/modules/facts.py +++ b/plugins/modules/facts.py @@ -77,17 +77,14 @@ ansible_facts: description: The CPU architecture of the device returned: always type: str - version_added: 1.2.0 ansible_net_uptime: description: The uptime of the device returned: always type: str - version_added: 1.2.0 ansible_net_cpu_load: description: Current CPU load returned: always type: str - version_added: 1.2.0 # hardware ansible_net_spacefree_mb: @@ -136,32 +133,26 @@ ansible_facts: description: The dict bgp peer returned: peer information type: dict - version_added: 1.2.0 ansible_net_bgp_vpnv4_route: description: The dict bgp vpnv4 route returned: vpnv4 route information type: dict - version_added: 1.2.0 ansible_net_bgp_instance: description: The dict bgp instance returned: bgp instance information type: dict - version_added: 1.2.0 ansible_net_route: description: The dict routes in all routing table returned: routes information in all routing table type: dict - version_added: 1.2.0 ansible_net_ospf_instance: description: The dict ospf instance returned: ospf instance information type: dict - version_added: 1.2.0 ansible_net_ospf_neighbor: description: The dict ospf neighbor returned: ospf neighbor information type: dict - version_added: 1.2.0 """ import re