CiscoDevNet/ansible-nae

If the queried PCV does not exist, return a failure

Closed this issue · 1 comments

The nae_prechange module will return a success code if the PCV is querying does not exist.

This should not happen: If the nae_prechange module is used in a CICD pipeline the pipeline will move to the next step (tested with Jenkins) and it should not as we were unable to verify the Pre Change Analysis

Fixed