Missing colon in docs.

This commit is contained in:
Michael DeHaan 2013-02-25 09:22:10 -05:00
parent f03e845920
commit 7a6f3e6a6a

View file

@ -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