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
9f6f15f7
Commit
9f6f15f7
authored
Jan 25, 2013
by
Daniel Hokka Zakrisson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix unparseable documentation strings
Fixes #1902.
parent
864b75e5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
library/pacman
+2
-2
library/sysctl
+2
-1
No files found.
library/pacman
View file @
9f6f15f7
...
@@ -47,10 +47,10 @@ author: Afterburn
...
@@ -47,10 +47,10 @@ author: Afterburn
notes: []
notes: []
examples:
examples:
- code: "pacman: name=foo state=installed"
- code: "pacman: name=foo state=installed"
description: install package foo
"
description: install package foo
- code: "pacman: name=foo state=absent"
- code: "pacman: name=foo state=absent"
description: remove package foo
description: remove package foo
- code: "pacman: name=foo,bar state=absent
- code: "pacman: name=foo,bar state=absent
"
description: remove packages foo and bar
description: remove packages foo and bar
- code: "pacman: name=bar, state=installed, update_cache=yes"
- code: "pacman: name=bar, state=installed, update_cache=yes"
description: update the package db (pacman -Syy) then install bar (bar will be the updated if a newer version exists)
description: update the package db (pacman -Syy) then install bar (bar will be the updated if a newer version exists)
...
...
library/sysctl
View file @
9f6f15f7
...
@@ -30,7 +30,8 @@ version_added: "0.6"
...
@@ -30,7 +30,8 @@ version_added: "0.6"
options:
options:
name:
name:
description:
description:
- also known as "key",
- |
also known as "key",
this is the short path, point separated to the sysctl entry eg: C(vm.swappiness)"
this is the short path, point separated to the sysctl entry eg: C(vm.swappiness)"
required: true
required: true
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