Skip to content

Commit

Permalink
feat: Update author information in netbox_tunnel.py and netbox_tunnel…
Browse files Browse the repository at this point in the history
…_group.py
  • Loading branch information
richbibby committed Jul 25, 2024
1 parent 0179d65 commit 73c6565
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/netbox_tunnel.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Copyright: (c) 2024, Rich Bibby (@richbibby)
# Copyright: (c) 2024, Rich Bibby, NetBox Labs (@richbibby)
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)

from __future__ import absolute_import, division, print_function
Expand All @@ -17,7 +17,7 @@
- Tags should be defined as a YAML list
- This should be ran with connection C(local) and hosts C(localhost)
author:
- Rich Bibby (@richbibby)
- Rich Bibby, NetBox Labs (@richbibby)
requirements:
- pynetbox
version_added: '3.20.0'
Expand Down
4 changes: 2 additions & 2 deletions plugins/modules/netbox_tunnel_group.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Copyright: (c) 2024, Rich Bibby (@richbibby)
# Copyright: (c) 2024, Rich Bibby, NetBox Labs (@richbibby)
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)

from __future__ import absolute_import, division, print_function
Expand All @@ -17,7 +17,7 @@
- Tags should be defined as a YAML list
- This should be ran with connection C(local) and hosts C(localhost)
author:
- Rich Bibby (@richbibby)
- Rich Bibby, NetBox Labs (@richbibby)
requirements:
- pynetbox
version_added: '3.20.0'
Expand Down

0 comments on commit 73c6565

Please sign in to comment.