1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #2505 from johanwiren/obsdpkg_docs

Fixed webdocs rendering error
This commit is contained in:
Michael DeHaan 2013-03-26 16:31:38 -07:00
commit 868af1a892

View file

@ -37,9 +37,9 @@ options:
required: true required: true
choices: [ present, latest, absent ] choices: [ present, latest, absent ]
description: description:
C(present) will make sure the package is installed. - C(present) will make sure the package is installed.
C(latest) will make sure the latest version of 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(absent) will make sure the specified package is not installed.
examples: examples:
- description: Make sure nmap is installed - description: Make sure nmap is installed
code: "openbsd_pkg: name=nmap state=present" code: "openbsd_pkg: name=nmap state=present"