From d3d9c5c2730b44cac5e29ede31f81ef8774484cf Mon Sep 17 00:00:00 2001 From: Ganesh Nalawade Date: Thu, 29 Aug 2019 19:54:43 +0530 Subject: [PATCH] Fix doc for network_cli connection retry timer (#61509) --- .../rst/network/user_guide/network_debug_troubleshooting.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/docsite/rst/network/user_guide/network_debug_troubleshooting.rst b/docs/docsite/rst/network/user_guide/network_debug_troubleshooting.rst index 582ed5830b3..fd0bb48804e 100644 --- a/docs/docsite/rst/network/user_guide/network_debug_troubleshooting.rst +++ b/docs/docsite/rst/network/user_guide/network_debug_troubleshooting.rst @@ -853,9 +853,8 @@ Intermittent failure while using ``network_cli`` connection type due to slower n In Ansible 2.9 and later, the ``network_cli`` connection plugin configuration option is added to control the number of attempts to connect to a remote host. The default number of attempts is three. -every attempt by power of 2 in seconds until either the maximum attempts are exhausted or either of the -the maximum attempts are exhausted or either the ``persistent_command_timeout`` or ``persistent_connect_timeout`` -timers are triggered. +After every retry attempt the delay between retries is increased by power of 2 in seconds until either the +maximum attempts are exhausted or either the ``persistent_command_timeout`` or ``persistent_connect_timeout`` timers are triggered. To make this a global setting, add the following to your ``ansible.cfg`` file: