summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Wirén <johan.wiren.se@gmail.com>2013-03-26 18:22:15 +0100
committerJohan Wirén <johan.wiren.se@gmail.com>2013-03-26 18:22:15 +0100
commit550cf2979e2effd10ebdce423fe4877a0cd62ea0 (patch)
tree4fa50b52174b31faef8747635dc827586b239b15
parent9c5028eb8be0f628d50c99eb6e10805d85919c12 (diff)
downloadansible-550cf2979e2effd10ebdce423fe4877a0cd62ea0.tar.gz
Fixed webdocs rendering error
-rw-r--r--library/openbsd_pkg6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/openbsd_pkg b/library/openbsd_pkg
index 52891e81d0..acb5da3f01 100644
--- a/library/openbsd_pkg
+++ b/library/openbsd_pkg
@@ -37,9 +37,9 @@ options:
required: true
choices: [ present, latest, absent ]
description:
- C(present) will make sure the package is installed.
- C(latest) will make sure the latest version of the package is installed.
- C(absent) will make sure the specified package is not installed.
+ - C(present) will make sure the package is installed.
+ C(latest) will make sure the latest version of the package is installed.
+ C(absent) will make sure the specified package is not installed.
examples:
- description: Make sure nmap is installed
code: "openbsd_pkg: name=nmap state=present"