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
the fabric in playbook does not exist, it could be topo or fabric is not created yet, the error message should indicate it.
Actual Behavior
Here is the current error message:
TASK [fabric : build inventory of fabric fabric_stage] ****************************************************************************************************************************************************************************************
Monday 03 October 2022 09:50:19 -0700 (0:00:00.593) 0:00:02.372 ********
[WARNING]: Persistent connection logging is enabled for 172.25.74.47. This will log ALL interactions to /tmp/ansible.log and WILL NOT redact sensitive configuration like passwords. USE WITH CAUTION!
fatal: [172.25.74.47]: FAILED! => {"changed": false, "module_stderr": "Unable to decode JSON from response to send_request('GET', '/appcenter/cisco/ndfc/api/v1/lan-fabric/rest/control/fabrics/fabric_stage', None). Received 'None'.", "module_stdout": "", "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error"}
Community Note
Ansible Version and collection version
DCNM version
Affected module(s)
Ansible Playbook
Debug Output
Expected Behavior
the fabric in playbook does not exist, it could be topo or fabric is not created yet, the error message should indicate it.
Actual Behavior
Here is the current error message:
Steps to Reproduce
References