From 6a3c26eb7022af5e78e23b44df738083d459a7a6 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 16 Dec 2014 17:49:32 -0500 Subject: [PATCH] removed stray j --- docsite/rst/playbooks_variables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_variables.rst b/docsite/rst/playbooks_variables.rst index e42fdce22d..a341fa44e7 100644 --- a/docsite/rst/playbooks_variables.rst +++ b/docsite/rst/playbooks_variables.rst @@ -310,7 +310,7 @@ To get a random list from an existing list:: {{ ['a','b','c']|shuffle }} => ['b','c','a'] note that when used with a non 'listable' item it is a noop, otherwise it always returns a list -j + .. _math_stuff: