diff options
Diffstat (limited to 'docs/vyos.vyos.vyos_command_module.rst')
-rw-r--r-- | docs/vyos.vyos.vyos_command_module.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/vyos.vyos.vyos_command_module.rst b/docs/vyos.vyos.vyos_command_module.rst index c6ce2cc4..042624b0 100644 --- a/docs/vyos.vyos.vyos_command_module.rst +++ b/docs/vyos.vyos.vyos_command_module.rst @@ -97,10 +97,11 @@ Parameters </div> </td> <td> - <b>Default:</b><br/><div style="color: blue">10</div> + <b>Default:</b><br/><div style="color: blue">9</div> </td> <td> <div>Specifies the number of retries a command should be tried before it is considered failed. The command is run on the target device every retry and evaluated against the <em>wait_for</em> conditionals.</div> + <div>The commands are run once when <em>retries</em> is set to <code>0</code>.</div> </td> </tr> <tr> |