From abb353290c50e37b3f263fbdcda2f4971fde48bd Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 14 May 2018 13:23:04 -0700 Subject: [PATCH] Add changelog for 40099 --- changelogs/fragments/copy-no-chmod.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/fragments/copy-no-chmod.yaml diff --git a/changelogs/fragments/copy-no-chmod.yaml b/changelogs/fragments/copy-no-chmod.yaml new file mode 100644 index 00000000000..1e0ae88a906 --- /dev/null +++ b/changelogs/fragments/copy-no-chmod.yaml @@ -0,0 +1,5 @@ +--- +bugfixes: +- copy module - The copy module was attempting to change the mode of files for + remote_src=True even if mode was not set as a parameter. This failed on + filesystems which do not have permission bits (https://github.com/ansible/ansible/pull/40099)