Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
a04efa2d
Commit
a04efa2d
authored
Aug 12, 2014
by
James Cammarata
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update docs for copy directory_mode param per #8572
parent
fc7859f4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
library/files/copy
+3
-2
No files found.
library/files/copy
View file @
a04efa2d
...
@@ -79,8 +79,9 @@ options:
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment