mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Remove bogus interface description (#32183)
The interface has already that description from a task earlier, thus that change is not introduced susbequently and we don't have to assert for it.
This commit is contained in:
committed by
GitHub
parent
b2dd5466ac
commit
3d09c4bb4f
@@ -141,7 +141,6 @@
|
|||||||
that:
|
that:
|
||||||
- 'result.changed == true'
|
- 'result.changed == true'
|
||||||
- '"interface {{ test_interface }}" in result.commands'
|
- '"interface {{ test_interface }}" in result.commands'
|
||||||
- '"description test-interface-1" in result.commands'
|
|
||||||
- '"mtu 1500" in result.commands'
|
- '"mtu 1500" in result.commands'
|
||||||
- '"interface {{ test_interface2 }}" in result.commands'
|
- '"interface {{ test_interface2 }}" in result.commands'
|
||||||
- '"description test-interface-2" in result.commands'
|
- '"description test-interface-2" in result.commands'
|
||||||
|
|||||||
Reference in New Issue
Block a user