mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 15:15:26 +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 ]
|
||||
src:
|
||||
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).
|
||||
type: path
|
||||
fstype:
|
||||
|
|
|
|||
Loading…
Reference in a new issue