Reference directory_mode from mode description (#68202)

This commit is contained in:
Pontus Frehult 2020-03-24 09:00:27 +01:00 committed by GitHub
parent 4083514d3e
commit 3d6807f098
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,6 +76,7 @@ options:
- As of Ansible 1.8, the mode may be specified as a symbolic mode (for example, C(u+rwx) or C(u=rw,g=r,o=r)).
- As of Ansible 2.3, the mode may also be the special string C(preserve).
- C(preserve) means that the file will be given the same permissions as the source file.
- When doing a recursive copy, see also C(directory_mode).
type: path
directory_mode:
description: