Commit 868af1a8 by Michael DeHaan

Merge pull request #2505 from johanwiren/obsdpkg_docs

Fixed webdocs rendering error
parents 9c5028eb 550cf297
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment