From 3d6807f0982dcd0808a83793895ca33a1539f416 Mon Sep 17 00:00:00 2001 From: Pontus Frehult Date: Tue, 24 Mar 2020 09:00:27 +0100 Subject: [PATCH] Reference directory_mode from mode description (#68202) --- lib/ansible/modules/files/copy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/files/copy.py b/lib/ansible/modules/files/copy.py index 71cf057dec4..0c15016bc83 100644 --- a/lib/ansible/modules/files/copy.py +++ b/lib/ansible/modules/files/copy.py @@ -76,6 +76,7 @@ options: - As of Ansible 1.8, the mode may be specified as a symbolic mode (for example, C(u+rwx) or C(u=rw,g=r,o=r)). - As of Ansible 2.3, the mode may also be the special string C(preserve). - C(preserve) means that the file will be given the same permissions as the source file. + - When doing a recursive copy, see also C(directory_mode). type: path directory_mode: description: