From 550cf2979e2effd10ebdce423fe4877a0cd62ea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Wir=C3=A9n?= Date: Tue, 26 Mar 2013 18:22:15 +0100 Subject: [PATCH] Fixed webdocs rendering error --- library/openbsd_pkg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/openbsd_pkg b/library/openbsd_pkg index 52891e81d02..acb5da3f01b 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"