Merge branch 'issue163' of https://github.com/satken2/ansible.posix into issue163

This commit is contained in:
satken2 2021-06-14 19:47:21 +09:00
commit 6663bf535a

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
version_added: '1.3.0' version_added: '1.3.0'