From 18be6dcb623d96e36179781b37da495c39e2dbf9 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 6 Aug 2013 16:45:24 -0400 Subject: [PATCH] Use blockquote in docs. --- docsite/latest/rst/playbooks2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/latest/rst/playbooks2.rst b/docsite/latest/rst/playbooks2.rst index 27e74f5ebf..517ca1db69 100644 --- a/docsite/latest/rst/playbooks2.rst +++ b/docsite/latest/rst/playbooks2.rst @@ -332,7 +332,7 @@ As a reminder, to see what derived variables are available, you can do:: ansible hostname.example.com -m setup -Tip: Sometimes you'll get back a variable that's a string and you'll want to do a comparison on it. You can do this like so: +Tip: Sometimes you'll get back a variable that's a string and you'll want to do a comparison on it. You can do this like so:: tasks: - shell: echo "only on Red Hat 6, derivatives, and later"