summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrishna Guha <trishnaguha17@gmail.com>2018-10-23 12:00:42 +0530
committerToshio Kuratomi <a.badger@gmail.com>2018-10-23 06:44:52 -0700
commit039cde8460b50dc310849ebe35ea598a6f013ca1 (patch)
tree90ed211dfb23ff60e83cd46fd50aa08e4d100075
parent914eea8361298cf256139e5c1333edf4cdda1385 (diff)
downloadansible-039cde8460b50dc310849ebe35ea598a6f013ca1.tar.gz
Add changelog
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
-rw-r--r--changelogs/fragments/nxos_file_copy_PY3_fix.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/nxos_file_copy_PY3_fix.yaml b/changelogs/fragments/nxos_file_copy_PY3_fix.yaml
new file mode 100644
index 0000000000..4e1163edd2
--- /dev/null
+++ b/changelogs/fragments/nxos_file_copy_PY3_fix.yaml
@@ -0,0 +1,2 @@
+bugfixes:
+- nxos_file_copy fix for binary files (https://github.com/ansible/ansible/pull/46822).