Fix description of the parameter

Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Sato Kenta 2021-06-14 19:38:13 +09:00 committed by GitHub
parent dce9f575ff
commit d7735d3cc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,12 +107,12 @@ options:
default: no default: no
mode: mode:
description: 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. 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, If this module creates multiple directories recursively,
other directories follow the system's default umask. 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. the mode of the original directory will be hidden by the target device.
type: raw type: raw
required: false required: false