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: