File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
#!/usr/bin/python
2
2
# -*- coding: utf-8 -*-
3
- # Copyright: (c) 2024, Rich Bibby (@richbibby)
3
+ # Copyright: (c) 2024, Rich Bibby, NetBox Labs (@richbibby)
4
4
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
5
5
6
6
from __future__ import absolute_import , division , print_function
17
17
- Tags should be defined as a YAML list
18
18
- This should be ran with connection C(local) and hosts C(localhost)
19
19
author:
20
- - Rich Bibby (@richbibby)
20
+ - Rich Bibby, NetBox Labs (@richbibby)
21
21
requirements:
22
22
- pynetbox
23
23
version_added: '3.20.0'
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/python
2
2
# -*- coding: utf-8 -*-
3
- # Copyright: (c) 2024, Rich Bibby (@richbibby)
3
+ # Copyright: (c) 2024, Rich Bibby, NetBox Labs (@richbibby)
4
4
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
5
5
6
6
from __future__ import absolute_import , division , print_function
17
17
- Tags should be defined as a YAML list
18
18
- This should be ran with connection C(local) and hosts C(localhost)
19
19
author:
20
- - Rich Bibby (@richbibby)
20
+ - Rich Bibby, NetBox Labs (@richbibby)
21
21
requirements:
22
22
- pynetbox
23
23
version_added: '3.20.0'
You can’t perform that action at this time.
0 commit comments