mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 07:35:31 +01:00
Fix description of the parameter
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
dce9f575ff
commit
d7735d3cc9
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
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue