-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Labels
Description
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Ansible Version and collection version
DCNM version
Affected module(s)
dcnm_vrf
- dcnm_XXXXX
Ansible Playbook
- name: MAIN - OVERRIDDEN - Create vrfs required for this test and remove all other vrfs
cisco.dcnm.dcnm_vrf:
fabric: "fabric"
state: deleted
tags: always
Debug Output
fatal: [nac-ndfc1]: FAILED! => {
"changed": false,
"module_stderr": "'NoneType' object is not subscriptable",
"module_stdout": "",
"msg": "MODULE FAILURE: No start of json char found\nSee stdout/stderr for the exact error"
}
Expected Behavior
Error should inform that networks are attached
Actual Behavior
Fails without any information
Steps to Reproduce
- create a vrf
- attach a network
- run deleted or override in the playbook