mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 07:35:31 +01:00
Add a reminder that not only devices can be mounted
This commit is contained in:
parent
2f4c30ce3b
commit
c314733b26
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ options:
|
||||||
aliases: [ name ]
|
aliases: [ name ]
|
||||||
src:
|
src:
|
||||||
description:
|
description:
|
||||||
- Device to be mounted on I(path).
|
- Device (or NFS volume, or something else) to be mounted on I(path).
|
||||||
- Required when I(state) set to C(present) or C(mounted).
|
- Required when I(state) set to C(present) or C(mounted).
|
||||||
type: path
|
type: path
|
||||||
fstype:
|
fstype:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue