summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorTrishna Guha <trishnaguha17@gmail.com>2018-09-26 03:10:35 +0530
committerMatt Clay <matt@mystile.com>2018-09-25 14:40:35 -0700
commite459893601442b355a1f454f75bb1ed46bbc8238 (patch)
tree43aada03ed87303d84a0ceb9c30ab383e0f104c1 /changelogs
parent66de502798003d228be89b20d25707e60a0441b9 (diff)
downloadansible-e459893601442b355a1f454f75bb1ed46bbc8238.tar.gz
[2.6] Fix python2.6 `nothing to repeat` nxos terminal plugin bug (#45282)
* fix python26 nxos terminal plugin bug (#45271) Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> (cherry picked from commit c98494d5bf94df78cc8ec41c679b3229688809fc) * nxos terminal plugin changelog Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/nxos_terminal_plugin.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/nxos_terminal_plugin.yaml b/changelogs/fragments/nxos_terminal_plugin.yaml
new file mode 100644
index 0000000000..598c771509
--- /dev/null
+++ b/changelogs/fragments/nxos_terminal_plugin.yaml
@@ -0,0 +1,2 @@
+bugfixes:
+- Fix python2.6 `nothing to repeat` nxos terminal plugin bug (https://github.com/ansible/ansible/pull/45271).