From edcd1a1a7003dd918f312919ce3bc043d7d4e8c9 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Fri, 10 Jul 2020 23:17:03 +0300 Subject: [PATCH] Doc: fix examples of changelog entries. (#70551) --- docs/docsite/rst/community/development_process.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).