mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Replace double-quote with single-quote at example (#26667)
This commit is contained in:
parent
2d7e00c670
commit
db5ec11758
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ parent:
|
||||||
Use:
|
Use:
|
||||||
|
|
||||||
$ ./hacking/test-module -m module \
|
$ ./hacking/test-module -m module \
|
||||||
-a "{"parent": {"child": [{"item": "first", "val": "foo"}, {"item": "second", "val": "bar"}]}}"
|
-a '{"parent": {"child": [{"item": "first", "val": "foo"}, {"item": "second", "val": "bar"}]}}'
|
||||||
|
|
||||||
Module-formatter
|
Module-formatter
|
||||||
----------------
|
----------------
|
||||||
|
|
Loading…
Reference in a new issue