From 7a6f3e6a6a80c8afc202393f26ba58b7a1aeef83 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 25 Feb 2013 09:22:10 -0500 Subject: [PATCH] Missing colon in docs. --- docsite/rst/playbooks2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks2.rst b/docsite/rst/playbooks2.rst index f0ba05aed5a..277a24f2894 100644 --- a/docsite/rst/playbooks2.rst +++ b/docsite/rst/playbooks2.rst @@ -964,7 +964,7 @@ into a key=value system. To pass arguments in from a hash (dictionary), do this - name: call a module that requires some complex arguments module_name_goes_here: asdf=1234 args: - fibonacci_list + fibonacci_list: - 1 - 1 - 2