diff options
author | Kate Case <kcase@redhat.com> | 2023-02-07 13:11:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-07 18:11:59 +0000 |
commit | dac4b610c8a0dd67fad408649d855b8384017ddd (patch) | |
tree | f0ae8b94393a92227cf8210dc3146b9c30e4a541 /docs | |
parent | a4a40e9d4ec540fae1b4ecb1622786d0832ed840 (diff) | |
download | vyos.vyos-dac4b610c8a0dd67fad408649d855b8384017ddd.tar.gz vyos.vyos-dac4b610c8a0dd67fad408649d855b8384017ddd.zip |
[command] run at least once when retries is 0 (#292)
* [command] run at least once when retries is 0
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Diffstat (limited to 'docs')
-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> |