mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
fixes minor bugs in eos_eapi module (#21925)
* module will now check protocol running state before return * warns on config argument no longer being needed * lots of integration test cases updated * updates unit and integration test cases for state check fixes #21908
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
that:
|
||||
- "eos_eapi_output.failed == true"
|
||||
- "eos_eapi_output.changed == false"
|
||||
- eos_eapi_output.msg == "vrf 'foobar' is not configured"
|
||||
- eos_eapi_output.msg == "vrf `foobar` is not configured on the system"
|
||||
|
||||
#----
|
||||
- name: Set VRF to default
|
||||
|
||||
Reference in New Issue
Block a user