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
5f98c6c2
Commit
5f98c6c2
authored
May 18, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2948 from jcbagneris/devel
Fixes in apt module doc: typos, examples
parents
206b3478
33ba919e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
library/packaging/apt
+5
-5
No files found.
library/packaging/apt
View file @
5f98c6c2
...
...
@@ -85,19 +85,19 @@ options:
requirements
:
[
python
-
apt
,
aptitude
]
author
:
Matthew
Williams
notes
:
-
T
wo
of
the
upgrade
modes
(
C
(
full
)
and
C
(
dist
))
require
C
(
aptitude
),
otherwise
-
T
hree
of
the
upgrade
modes
(
C
(
full
),
C
(
safe
)
and
its
alias
C
(
yes
))
require
C
(
aptitude
),
otherwise
C
(
apt
-
get
)
suffices
.
examples
:
-
code
:
"apt: pkg=foo update_cache=yes"
description
:
Update
repositories
cache
and
install
C
(
foo
)
package
-
code
:
"apt: pkg=foo state=
removed
"
-
code
:
"apt: pkg=foo state=
absent
"
description
:
Remove
C
(
foo
)
package
-
code
:
"apt: pkg=foo state=
installed
"
-
code
:
"apt: pkg=foo state=
present
"
description
:
Install
the
package
C
(
foo
)
-
code
:
"apt: pkg=foo=1.00 state=
installed
"
-
code
:
"apt: pkg=foo=1.00 state=
present
"
description
:
Install
the
version
'1.00'
of
package
C
(
foo
)
-
code
:
"apt: pkg=nginx state=latest default_release=squeeze-backports update_cache=yes"
description
:
Update
the
repository
cache
and
update
package
C
(
ng
ni
x
)
to
latest
version
using
default
release
C
(
squeeze
-
backport
)
description
:
Update
the
repository
cache
and
update
package
C
(
ng
in
x
)
to
latest
version
using
default
release
C
(
squeeze
-
backport
)
-
code
:
"apt: pkg=openjdk-6-jdk state=latest install_recommends=no"
description
:
Install
latest
version
of
C
(
openjdk
-
6
-
jdk
)
ignoring
C
(
install
-
reccomends
)
-
code
:
"apt: upgrade=dist"
...
...
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