When creating links the exceptions raised that are ValueError are not being properly handled, because it finishes the play and no warnings are displayed.
I think it would be good to at least have a warning/fail with these exceptions:
ValueError: node_a: iou-1 not found
Or
ValueError: port_a: Ethernet2 not found
Because the project IS going to get created but the links with these type of errors are not.
When creating links the exceptions raised that are
ValueError
are not being properly handled, because it finishes the play and no warnings are displayed.I think it would be good to at least have a warning/fail with these exceptions:
Or
Because the project IS going to get created but the links with these type of errors are not.