From dac4b610c8a0dd67fad408649d855b8384017ddd Mon Sep 17 00:00:00 2001 From: Kate Case Date: Tue, 7 Feb 2023 13:11:59 -0500 Subject: [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> --- docs/vyos.vyos.vyos_command_module.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') 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 - Default:
10
+ Default:
9
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 wait_for conditionals.
+
The commands are run once when retries is set to 0.
-- cgit v1.2.3