summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2014-08-12 12:19:13 -0500
committerJames Cammarata <jimi@sngx.net>2014-08-12 12:19:13 -0500
commit6d4b429488d045511563f5bd573729c2aaa6b854 (patch)
treec247c1a9873d4c18a376d2992648c027da645dd6 /files
parented0751984c9e0499fb0253642c0a222fceed33ca (diff)
downloadansible-modules-extras-6d4b429488d045511563f5bd573729c2aaa6b854.tar.gz
Update docs for copy directory_mode param per #8572
Diffstat (limited to 'files')
-rw-r--r--files/copy5
1 files changed, 3 insertions, 2 deletions
diff --git a/files/copy b/files/copy
index 0a5fa699..3c2a5da1 100644
--- a/files/copy
+++ b/files/copy
@@ -79,8 +79,9 @@ options:
version_added: "1.2"
directory_mode:
description:
- - When doing a recursive copy set the mode for the directories. If this is not set we will default the system
- defaults.
+ - When doing a recursive copy set the mode for the directories. If this is not set we will use the system
+ defaults. The mode is only set on directories which are newly created, and will not affect those that
+ already existed.
required: false
version_added: "1.5"
extends_documentation_fragment: files