Skip to content

Commit 44c6615

Browse files
authored
Merge pull request #699 from netbox-community/devel
Release 3.5.1
2 parents 0140032 + 53c04ca commit 44c6615

File tree

73 files changed

+108
-71
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+108
-71
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ NetBox.NetBox Release Notes
55
.. contents:: Topics
66

77

8+
v3.5.1
9+
======
10+
11+
Bugfixes
12+
--------
13+
14+
- Fix prefix_count error on older NetBox versions in nb_inventory [#696](https://github.com/netbox-community/ansible_modules/pull/696)
15+
816
v3.5.0
917
======
1018

changelogs/changelog.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,4 +639,9 @@ releases:
639639
- description: Create, update or delete Wireless Link objects in NetBox
640640
name: netbox_wireless_link
641641
namespace: ''
642-
relese_data: '2022-01-11'
642+
release_date: '2022-01-11'
643+
3.5.1:
644+
changes:
645+
bugfixes:
646+
- Fix prefix_count error on older NetBox versions in nb_inventory [#696](https://github.com/netbox-community/ansible_modules/pull/696)
647+
release_date: '2022-01-19'

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
author = "Mikhail Yohman <@FragmentedPacket>"
2828

2929
# The full version, including alpha/beta/rc tags
30-
release = "3.5.0"
30+
release = "3.5.1"
3131

3232

3333
# -- General configuration ---------------------------------------------------

docs/plugins/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Netbox.Netbox
55
=============
66

7-
Collection version 3.5.0
7+
Collection version 3.5.1
88

99
.. toctree::
1010
:maxdepth: 1

docs/plugins/nb_inventory_inventory.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ netbox.netbox.nb_inventory -- NetBox inventory source
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.0).
33+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.1).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/plugins/nb_lookup_lookup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ netbox.netbox.nb_lookup -- Queries and returns elements from NetBox
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.0).
33+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.1).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/plugins/netbox_aggregate_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ netbox.netbox.netbox_aggregate -- Creates or removes aggregates from NetBox
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.0).
33+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.1).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/plugins/netbox_cable_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ netbox.netbox.netbox_cable -- Create, update or delete cables within NetBox
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.0).
33+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.1).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/plugins/netbox_circuit_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ netbox.netbox.netbox_circuit -- Create, update or delete circuits within NetBox
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.0).
33+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.1).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/plugins/netbox_circuit_termination_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ netbox.netbox.netbox_circuit_termination -- Create, update or delete circuit ter
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.0).
33+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.1).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/plugins/netbox_circuit_type_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ netbox.netbox.netbox_circuit_type -- Create, update or delete circuit types with
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.0).
33+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.1).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/plugins/netbox_cluster_group_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ netbox.netbox.netbox_cluster_group -- Create, update or delete cluster groups wi
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.0).
33+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.1).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/plugins/netbox_cluster_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ netbox.netbox.netbox_cluster -- Create, update or delete clusters within NetBox
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.0).
33+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.1).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/plugins/netbox_cluster_type_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ netbox.netbox.netbox_cluster_type -- Create, update or delete cluster types with
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.0).
33+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.1).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/plugins/netbox_config_context_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ netbox.netbox.netbox_config_context -- Creates, updates or deletes configuration
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.0).
33+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.1).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/plugins/netbox_console_port_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ netbox.netbox.netbox_console_port -- Create, update or delete console ports with
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.0).
33+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.1).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/plugins/netbox_console_port_template_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ netbox.netbox.netbox_console_port_template -- Create, update or delete console p
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.0).
33+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.1).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/plugins/netbox_console_server_port_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ netbox.netbox.netbox_console_server_port -- Create, update or delete console ser
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.0).
33+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.1).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/plugins/netbox_console_server_port_template_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ netbox.netbox.netbox_console_server_port_template -- Create, update or delete co
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.0).
33+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.1).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/plugins/netbox_contact_group_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ netbox.netbox.netbox_contact_group -- Creates or removes contact groups from Net
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.0).
33+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.1).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/plugins/netbox_contact_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ netbox.netbox.netbox_contact -- Creates or removes contacts from NetBox
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.0).
33+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.1).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/plugins/netbox_contact_role_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ netbox.netbox.netbox_contact_role -- Creates or removes contact roles from NetBo
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.0).
33+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.1).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/plugins/netbox_device_bay_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ netbox.netbox.netbox_device_bay -- Create, update or delete device bays within N
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.0).
33+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.1).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/plugins/netbox_device_bay_template_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ netbox.netbox.netbox_device_bay_template -- Create, update or delete device bay
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.0).
33+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.1).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/plugins/netbox_device_interface_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ netbox.netbox.netbox_device_interface -- Creates or removes interfaces on device
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.0).
33+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.1).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/plugins/netbox_device_interface_template_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ netbox.netbox.netbox_device_interface_template -- Creates or removes interfaces
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.0).
33+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.1).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/plugins/netbox_device_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ netbox.netbox.netbox_device -- Create, update or delete devices within NetBox
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.0).
33+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.1).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/plugins/netbox_device_role_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ netbox.netbox.netbox_device_role -- Create, update or delete devices roles withi
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.0).
33+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.1).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/plugins/netbox_device_type_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ netbox.netbox.netbox_device_type -- Create, update or delete device types within
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.0).
33+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.1).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/plugins/netbox_front_port_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ netbox.netbox.netbox_front_port -- Create, update or delete front ports within N
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.0).
33+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.1).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/plugins/netbox_front_port_template_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ netbox.netbox.netbox_front_port_template -- Create, update or delete front port
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.0).
33+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.1).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/plugins/netbox_interface_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ netbox.netbox.netbox_interface
1414
.. Collection note
1515
1616
.. note::
17-
This plugin was part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.0).
17+
This plugin was part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.1).
1818

1919
This module has been removed
2020
in version 0.1.0 of netbox.netbox.

docs/plugins/netbox_inventory_item_module.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ netbox.netbox.netbox_inventory_item -- Creates or removes inventory items from N
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.0).
33+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.1).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.
@@ -457,6 +457,18 @@ Examples
457457
asset_tag: "1234"
458458
description: "New SFP"
459459
state: present
460+
461+
- name: Create inventory item with parent
462+
netbox_inventory_item:
463+
netbox_url: http://netbox.local
464+
netbox_token: thisIsMyToken
465+
data:
466+
parent_inventory_item:
467+
name: "Line Card 1"
468+
device: test100
469+
name: "10G-SFP+"
470+
device: test100
471+
state: present
460472

461473
- name: Delete inventory item within netbox
462474
netbox_inventory_item:

docs/plugins/netbox_ip_address_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ netbox.netbox.netbox_ip_address -- Creates or removes IP addresses from NetBox
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.0).
33+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.1).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/plugins/netbox_ipam_role_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ netbox.netbox.netbox_ipam_role -- Creates or removes ipam roles from NetBox
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.0).
33+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.1).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/plugins/netbox_location_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ netbox.netbox.netbox_location -- Create, update or delete locations within NetBo
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.0).
33+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.1).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/plugins/netbox_manufacturer_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ netbox.netbox.netbox_manufacturer -- Create or delete manufacturers within NetBo
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.0).
33+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.1).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/plugins/netbox_platform_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ netbox.netbox.netbox_platform -- Create or delete platforms within NetBox
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.0).
33+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.1).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/plugins/netbox_power_feed_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ netbox.netbox.netbox_power_feed -- Create, update or delete power feeds within N
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.0).
33+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.1).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

docs/plugins/netbox_power_outlet_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ netbox.netbox.netbox_power_outlet -- Create, update or delete power outlets with
3030
.. Collection note
3131
3232
.. note::
33-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.0).
33+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.5.1).
3434

3535
You might already have this collection installed if you are using the ``ansible`` package.
3636
It is not included in ``ansible-core``.

0 commit comments

Comments
 (0)