redhat-openstack / infrared

Plugin based framework that aims to provide an easy-to-use CLI for Ansible based projects
https://infrared.readthedocs.io/en/latest/index.html
Apache License 2.0
99 stars 96 forks source link

Fix error message when validate required nic is present is false #407

Open andreaskaris opened 3 years ago

andreaskaris commented 3 years ago

The error message contained a reference to invalid variable nic_name. This commit fixes this and provides a clue to what might have gone wrong.

Closes issue #406

Signed-off-by: Andreas Karis ak.karis@gmail.com