summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorKate Case <kcase@redhat.com>2023-02-07 13:11:59 -0500
committerGitHub <noreply@github.com>2023-02-07 18:11:59 +0000
commitdac4b610c8a0dd67fad408649d855b8384017ddd (patch)
treef0ae8b94393a92227cf8210dc3146b9c30e4a541 /changelogs
parenta4a40e9d4ec540fae1b4ecb1622786d0832ed840 (diff)
downloadvyos.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 'changelogs')
-rw-r--r--changelogs/fragments/command_retries.yaml3
1 files changed, 3 insertions, 0 deletions
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).