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> --- changelogs/fragments/command_retries.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelogs/fragments/command_retries.yaml (limited to 'changelogs') diff --git a/changelogs/fragments/command_retries.yaml b/changelogs/fragments/command_retries.yaml new file mode 100644 index 00000000..24febed4 --- /dev/null +++ b/changelogs/fragments/command_retries.yaml @@ -0,0 +1,3 @@ +--- +bugfixes: + - vyos_command - Run commands at least once even when retries is set to 0 (https://github.com/ansible-collections/cisco.nxos/issues/607). -- cgit v1.2.3