We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have been seeing this issue with nxos_config module. I don't know what the cause is and how to solve it.
nxos_config
ansible [core 2.14.0]
CISCO NXOS 9.3(12)
I am unable to reproduce the issue as this is transient and occurs unexpectedly.
- name: Delete IP block nxos_config: lines: "no ip prefix-list PLIST-XX1" save_when: always register: ip_delete_result until: ip_delete_result is succeeded retries: 3
Expected it to apply the configurations.
Error: fatal: [clf01-r03]: FAILED! => {"attempts": 3, "changed": false, "msg": "Socket is closed"}
fatal: [clf01-r03]: FAILED! => {"attempts": 3, "changed": false, "msg": "Socket is closed"}
The text was updated successfully, but these errors were encountered:
NilashishC
No branches or pull requests
SUMMARY
I have been seeing this issue with
nxos_config
module. I don't know what the cause is and how to solve it.ISSUE TYPE
COMPONENT NAME
ANSIBLE VERSION
OS / ENVIRONMENT
CISCO NXOS 9.3(12)
STEPS TO REPRODUCE
I am unable to reproduce the issue as this is transient and occurs unexpectedly.
EXPECTED RESULTS
Expected it to apply the configurations.
ACTUAL RESULTS
Error:
fatal: [clf01-r03]: FAILED! => {"attempts": 3, "changed": false, "msg": "Socket is closed"}
The text was updated successfully, but these errors were encountered: