Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
joewesch authored Jan 15, 2025
1 parent d77f516 commit 4821d1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugins/modules/controller_managed_device_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- This should be ran with connection C(local) and hosts C(localhost)
author:
- Sven Winkelmann (@pugnacity)
version_added: "5.5.0"
version_added: "5.7.0"
extends_documentation_fragment:
- networktocode.nautobot.fragments.base
- networktocode.nautobot.fragments.tags
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
- Requires Nautobot C(v2.2) or later
required: false
type: raw
version_added: "5.5.0"
version_added: "5.7.0"
device_redundancy_group_priority:
description:
- Priority in the assigned device redundancy group
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
networktocode.nautobot.controller_managed_device_group:
url: "{{ nautobot_url }}"
token: "{{ nautobot_token }}"
name: Test Controller Group Two
name: Test Controller Group One
controller: controller_two
state: absent
register: test_six
Expand All @@ -96,5 +96,5 @@
that:
- not test_six['changed']
- test_six['controller_managed_device_group'] == None
- test_six['msg'] == "controller_managed_device_group Test Controller Group Two already absent"
- test_six['msg'] == "controller_managed_device_group Test Controller Group One already absent"

0 comments on commit 4821d1c

Please sign in to comment.