ansible/changelogs/fragments/netconf_command_timeout.yaml
Ganesh Nalawade 9a3dc5f798 Fix netconf connection command timeout issue (#58322)
*  ncclient uses same timeout value at the time
   of connection initialisation and waiting response
*  Ansible has connect_timeout to control the waiting
   time during initial connection and `command_timeout`
   to control the wait time for resposne. Hence set the
   ncclient timeout seperately to Ansible command_timeout
   after the connection object is created sucessfully.

(cherry picked from commit db0fe4b188)
2019-07-29 09:32:57 -07:00

2 lines
105 B
YAML

bugfixes:
- Fix netconf connection command timeout issue (https://github.com/ansible/ansible/pull/58322)