Improve ansible.builtin.copy directory_mode parameter docs (#81127)

* Improve ansible.builtin.copy directory_mode parameter docs
pull/81590/head
kpinc 10 months ago committed by GitHub
parent bdaa091b33
commit aeec51ac54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -79,9 +79,10 @@ options:
See CVE-2020-1736 for further details. See CVE-2020-1736 for further details.
directory_mode: directory_mode:
description: description:
- When doing a recursive copy set the mode for the directories. - Set the access permissions of newly created directories to the given mode.
- If this is not set we will use the system defaults. Permissions on existing directories do not change.
- The mode is only set on directories which are newly created, and will not affect those that already existed. - See C(mode) for the syntax of accepted values.
- The target system's defaults determine permissions when this parameter is not set.
type: raw type: raw
version_added: '1.5' version_added: '1.5'
remote_src: remote_src:

Loading…
Cancel
Save