mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Missing colon in docs.
This commit is contained in:
parent
f03e845920
commit
7a6f3e6a6a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
- name: call a module that requires some complex arguments
|
||||||
module_name_goes_here: asdf=1234
|
module_name_goes_here: asdf=1234
|
||||||
args:
|
args:
|
||||||
fibonacci_list
|
fibonacci_list:
|
||||||
- 1
|
- 1
|
||||||
- 1
|
- 1
|
||||||
- 2
|
- 2
|
||||||
|
|
Loading…
Reference in a new issue