From e53826b088e9e8f395cbe2538fdbb17b671f7a9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Wir=C3=A9n?= Date: Tue, 5 Mar 2013 12:28:04 +0100 Subject: [PATCH] Corrected formatting in docs for the gem-module --- library/gem | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/gem b/library/gem index 215e6b3a14c..104c4ecd778 100644 --- a/library/gem +++ b/library/gem @@ -31,7 +31,8 @@ options: description: The name of the gem to be managed. required: true state: - description: The desired state of the gem. C(latest) ensures that the latest version is installed. + description: + - The desired state of the gem. C(latest) ensures that the latest version is installed. required: true choices: [present, absent, latest] gem_source: