mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update docs for copy directory_mode param per #8572
This commit is contained in:
parent
fc7859f445
commit
a04efa2d84
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue