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
2de89035
Commit
2de89035
authored
Jul 31, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #159 from lorin/apt-args
Minor doc fixups for apt module.
parents
1e32e8bb
49385bb3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
rst/modules.rst
+3
-3
No files found.
rst/modules.rst
View file @
2de89035
...
@@ -48,14 +48,14 @@ Manages apt-packages (such as for Debian/Ubuntu).
...
@@ -48,14 +48,14 @@ Manages apt-packages (such as for Debian/Ubuntu).
+--------------------+----------+---------+----------------------------------------------------------------------------+
+--------------------+----------+---------+----------------------------------------------------------------------------+
| state | no | present | 'absent', 'present', or 'latest'. |
| state | no | present | 'absent', 'present', or 'latest'. |
+--------------------+----------+---------+----------------------------------------------------------------------------+
+--------------------+----------+---------+----------------------------------------------------------------------------+
| update
-cache | no | no | run the equivalent of apt-get update before the operation?
|
| update
_cache | no | no | Run the equivalent of apt-get update before the operation.
|
| | | | Can be run as part of the package installation or a seperate step |
| | | | Can be run as part of the package installation or a seperate step |
+--------------------+----------+---------+----------------------------------------------------------------------------+
+--------------------+----------+---------+----------------------------------------------------------------------------+
| purge | no | no | Will forge purge of configuration files if state is set to 'removed'. |
| purge | no | no | Will forge purge of configuration files if state is set to 'removed'. |
+--------------------+----------+---------+----------------------------------------------------------------------------+
+--------------------+----------+---------+----------------------------------------------------------------------------+
| default
-
release | no | | Corresponds to the -t option for apt and sets pin priorities |
| default
_
release | no | | Corresponds to the -t option for apt and sets pin priorities |
+--------------------+----------+---------+----------------------------------------------------------------------------+
+--------------------+----------+---------+----------------------------------------------------------------------------+
| install
-
recommends | no | yes | Corresponds to the --no-install-recommends option for apt, default |
| install
_
recommends | no | yes | Corresponds to the --no-install-recommends option for apt, default |
| | | | behavior works as apt's default behavior, 'no' does not install |
| | | | behavior works as apt's default behavior, 'no' does not install |
| | | | recommended packages. Suggested packages are never installed. |
| | | | recommended packages. Suggested packages are never installed. |
+--------------------+----------+---------+----------------------------------------------------------------------------+
+--------------------+----------+---------+----------------------------------------------------------------------------+
...
...
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