diff options
author | Nathaniel Case <this.is@nathanielca.se> | 2021-02-22 15:29:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-22 20:29:16 +0000 |
commit | b24d755f5a45e9a6305c9705411d1a64a12b812e (patch) | |
tree | 2bb9c369c9869cac0a756a9c8aee49515d6c7342 /changelogs/fragments | |
parent | ea481d755414ee3390a2ff5792be9c67896fa567 (diff) | |
download | vyos-ansible-old-b24d755f5a45e9a6305c9705411d1a64a12b812e.tar.gz vyos-ansible-old-b24d755f5a45e9a6305c9705411d1a64a12b812e.zip |
Subsequent calls to get_capabilities are duplicating entries in `rpc`. (#122)
Subsequent calls to get_capabilities are duplicating entries in `rpc`.
Reviewed-by: https://github.com/apps/ansible-zuul
Diffstat (limited to 'changelogs/fragments')
-rw-r--r-- | changelogs/fragments/.keep | 0 | ||||
-rw-r--r-- | changelogs/fragments/122-rpc-unbloat.yaml | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/.keep b/changelogs/fragments/.keep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/changelogs/fragments/.keep diff --git a/changelogs/fragments/122-rpc-unbloat.yaml b/changelogs/fragments/122-rpc-unbloat.yaml new file mode 100644 index 0000000..0bee3e8 --- /dev/null +++ b/changelogs/fragments/122-rpc-unbloat.yaml @@ -0,0 +1,3 @@ +--- +bugfixes: + - cliconf plugin - Prevent `get_capabilities()` from getting larger every time it is called |