diff --git a/docs/docsite/rst/community/development_process.rst b/docs/docsite/rst/community/development_process.rst index 54d9e95a432..c5c5154b89a 100644 --- a/docs/docsite/rst/community/development_process.rst +++ b/docs/docsite/rst/community/development_process.rst @@ -209,7 +209,7 @@ Here are some examples: .. code-block:: yaml bugfixes: - - copy module - The copy module was attempting to change the mode of files for + - copy - the 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/issues/29444).