Doc: fix examples of changelog entries. (#70551)

This commit is contained in:
Andrew Klychkov 2020-07-10 23:17:03 +03:00 committed by GitHub
parent 8789d7968d
commit edcd1a1a70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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).