Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
5efcf265
Commit
5efcf265
authored
Dec 01, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5046 from JensRantil/improve-mount-doc
mention that the mount module will remove mount directories
parents
9101c2af
883f37e4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
library/system/mount
+3
-1
No files found.
library/system/mount
View file @
5efcf265
...
@@ -63,7 +63,9 @@ options:
...
@@ -63,7 +63,9 @@ options:
description:
description:
- If C(mounted) or C(unmounted), the device will be actively mounted or unmounted
- 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
as well as just configured in I(fstab). C(absent) and C(present) only deal with
I(fstab).
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.
required: true
required: true
choices: [ "present", "absent", "mounted", "unmounted" ]
choices: [ "present", "absent", "mounted", "unmounted" ]
default: null
default: null
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment