From 36186c3a04ca7a22ccbc4a4f4887d8ff943fc029 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 15 Mar 2018 13:50:02 -0700 Subject: [PATCH] Bkprt onyx tmp file (#37358) * issue:36955 remove creating temp file for debug Signed-off-by: Samer Deeb (cherry picked from commit 9031533c0c37d3b70ae37e7d0ef06c90f8f3a32f) * Add changelog fragment for the onyx tempfile issue --- changelogs/fragments/onyx-tmpfile.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelogs/fragments/onyx-tmpfile.yaml diff --git a/changelogs/fragments/onyx-tmpfile.yaml b/changelogs/fragments/onyx-tmpfile.yaml new file mode 100644 index 00000000000..1e8a950ee38 --- /dev/null +++ b/changelogs/fragments/onyx-tmpfile.yaml @@ -0,0 +1,3 @@ +--- +bugfixes: +- Fix onyx_linkagg module writing debugging information to a tempfile on the remote machine: https://github.com/ansible/ansible/pull/37308