mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Update docs for copy directory_mode param per #8572
This commit is contained in:
@@ -79,8 +79,9 @@ options:
|
|||||||
version_added: "1.2"
|
version_added: "1.2"
|
||||||
directory_mode:
|
directory_mode:
|
||||||
description:
|
description:
|
||||||
- When doing a recursive copy set the mode for the directories. If this is not set we will default the system
|
- When doing a recursive copy set the mode for the directories. If this is not set we will use the system
|
||||||
defaults.
|
defaults. The mode is only set on directories which are newly created, and will not affect those that
|
||||||
|
already existed.
|
||||||
required: false
|
required: false
|
||||||
version_added: "1.5"
|
version_added: "1.5"
|
||||||
extends_documentation_fragment: files
|
extends_documentation_fragment: files
|
||||||
|
|||||||
Reference in New Issue
Block a user