From f27ffdcbf02bcfc900615f58886be77d3b452c3b Mon Sep 17 00:00:00 2001 From: Adrian Lopez Date: Wed, 26 Nov 2014 14:41:39 +0100 Subject: [PATCH] Is it not possible to set a comment in the same line --- docsite/rst/playbooks_variables.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_variables.rst b/docsite/rst/playbooks_variables.rst index 253cee2ba4e..84f0a1f5b57 100644 --- a/docsite/rst/playbooks_variables.rst +++ b/docsite/rst/playbooks_variables.rst @@ -759,7 +759,8 @@ To configure fact caching, enable it in ansible.cfg as follows:: [defaults] fact_caching = redis - fact_caching_timeout = 86400 # seconds + fact_caching_timeout = 86400 + # seconds At the time of writing, Redis is the only supported fact caching engine. To get redis up and running, perform the equivalent OS commands::