Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Cleaning up explanation of mount module states.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael DeHaan committed Jul 28, 2014
1 parent 5a2fd5c commit 226dacc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions library/system/mount
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ options:
state:
description:
- If C(mounted) or C(unmounted), the device will be actively mounted or unmounted
as well as just configured in I(fstab). C(absent) and C(present) only deal with
I(fstab). C(mounted) will also automatically create the mount point
directory if it doesn't exist. If C(absent) changes anything, it will
remove the mount point directory.
as needed and appropriately configured in I(fstab).
C(absent) and C(present) only deal with
I(fstab) but will not affect current mounting. If specifying C(mounted) and the mount
point is not present, the mount point will be created. Similarly, specifying C(absent) will remove the mount point directory.
required: true
choices: [ "present", "absent", "mounted", "unmounted" ]
default: null
Expand Down

0 comments on commit 226dacc

Please sign in to comment.