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
155f6e4d
Commit
155f6e4d
authored
Feb 19, 2014
by
Daniel Jaouen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update homebrew documentation.
parent
097ce843
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
library/packaging/homebrew
+8
-2
No files found.
library/packaging/homebrew
View file @
155f6e4d
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
DOCUMENTATION
=
'''
DOCUMENTATION
=
'''
---
---
module
:
homebrew
module
:
homebrew
author
:
Andrew
Dunham
author
:
Andrew
Dunham
and
Daniel
Jaouen
short_description
:
Package
manager
for
Homebrew
short_description
:
Package
manager
for
Homebrew
description
:
description
:
-
Manages
Homebrew
packages
-
Manages
Homebrew
packages
...
@@ -35,7 +35,7 @@ options:
...
@@ -35,7 +35,7 @@ options:
state
:
state
:
description
:
description
:
-
state
of
the
package
-
state
of
the
package
choices
:
[
'
head
'
,
'
latest
'
,
'
installed
'
,
'
linked
'
,
'
uninstalled
'
]
choices
:
[
'
head
'
,
'
latest
'
,
'
present
'
,
'
absent
'
,
'
linked
'
,
'
uninstalled
'
]
required
:
false
required
:
false
default
:
present
default
:
present
update_homebrew
:
update_homebrew
:
...
@@ -44,6 +44,11 @@ options:
...
@@ -44,6 +44,11 @@ options:
required
:
false
required
:
false
default
:
"no"
default
:
"no"
choices
:
[
"yes"
,
"no"
]
choices
:
[
"yes"
,
"no"
]
install_options
:
description
:
-
options
flags
to
install
a
package
required
:
false
default
:
null
notes
:
[]
notes
:
[]
'''
'''
EXAMPLES
=
'''
EXAMPLES
=
'''
...
@@ -55,6 +60,7 @@ EXAMPLES = '''
...
@@ -55,6 +60,7 @@ EXAMPLES = '''
-
homebrew
:
name
=
foo
state
=
linked
-
homebrew
:
name
=
foo
state
=
linked
-
homebrew
:
name
=
foo
state
=
absent
-
homebrew
:
name
=
foo
state
=
absent
-
homebrew
:
name
=
foo
,
bar
state
=
absent
-
homebrew
:
name
=
foo
,
bar
state
=
absent
-
homebrew
:
name
=
foo
state
=
present
install_options
=
with
-
baz
,
enable
-
debug
'''
'''
import
os
.
path
import
os
.
path
...
...
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