mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 07:35:31 +01:00
Merge branch 'issue163' of https://github.com/satken2/ansible.posix into issue163
This commit is contained in:
commit
6663bf535a
1 changed files with 3 additions and 3 deletions
|
|
@ -107,12 +107,12 @@ options:
|
|||
default: no
|
||||
mode:
|
||||
description:
|
||||
- The permission applied to create a new directory for mount point.
|
||||
- The permission applied to create a new directory for the mount point.
|
||||
If the mount point already exists, this parameter is not used.
|
||||
- This parameter only affects to the mount point itself.
|
||||
- This parameter only affects the mount point itself.
|
||||
If this module creates multiple directories recursively,
|
||||
other directories follow the system's default umask.
|
||||
- Note that after running this task and device being successfuly mounted,
|
||||
- Note that after running this task and the device being successfully mounted,
|
||||
the mode of the original directory will be hidden by the target device.
|
||||
type: raw
|
||||
version_added: '1.3.0'
|
||||
|
|
|
|||
Loading…
Reference in a new issue