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
12403abc
Commit
12403abc
authored
Jan 26, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1924 from blair/consistly-use-underscores
library/apt: consistently use underscores in examples.
parents
07b056fb
811c7113
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
library/apt
+3
-3
No files found.
library/apt
View file @
12403abc
...
...
@@ -70,7 +70,7 @@ options:
author
:
Matthew
Williams
notes
:
[]
examples
:
-
code
:
"apt: pkg=foo update
-
cache=yes"
-
code
:
"apt: pkg=foo update
_
cache=yes"
description
:
Update
repositories
cache
and
install
C
(
foo
)
package
-
code
:
"apt: pkg=foo state=removed"
description
:
Remove
C
(
foo
)
package
...
...
@@ -78,9 +78,9 @@ examples:
description
:
Install
the
package
C
(
foo
)
-
code
:
"apt: pkg=foo=1.00 state=installed"
description
:
Install
the
version
'1.00'
of
package
C
(
foo
)
-
code
:
"apt: pkg=nginx state=latest default
-release=squeeze-backports update-
cache=yes"
-
code
:
"apt: pkg=nginx state=latest default
_release=squeeze-backports update_
cache=yes"
description
:
Update
the
repository
cache
and
update
package
C
(
ngnix
)
to
latest
version
using
default
release
C
(
squeeze
-
backport
)
-
code
:
"apt: pkg=openjdk-6-jdk state=latest install
-
recommends=no"
-
code
:
"apt: pkg=openjdk-6-jdk state=latest install
_
recommends=no"
description
:
Install
latest
version
of
C
(
openjdk
-
6
-
jdk
)
ignoring
C
(
install
-
reccomends
)
'''
...
...
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