You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other modules have the concept of a loose or strictinventory_mode to allow missing devices to be ignored. But the tags module does not, so we error when trying to tag devices that are not yet deployed e.g.
fatal: [XXX]: FAILED! => {"changed": false, "msg": "Error, Device leaf-1a doesn't exists on CV. Check the hostname/fqdn"}
I'd expect that the cv_tags_v3 behave similarly to the other modules, and allow missing devices to be ignored.
Issue Summary
Other modules have the concept of a loose or strict
inventory_mode
to allow missing devices to be ignored. But the tags module does not, so we error when trying to tag devices that are not yet deployed e.g.I'd expect that the
cv_tags_v3
behave similarly to the other modules, and allow missing devices to be ignored.Which component(s) of AVD impacted
cv_tag_v3
How do you run AVD ?
Ansible CLI (with virtual-env or native python)
Input variables
Steps to reproduce
Try to tag a device that doesn't yet exist
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: