Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
d3fe9b31
Commit
d3fe9b31
authored
Jul 21, 2015
by
Brian Coca
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #11084 from echiu64/devel
More complex example of using test-module
parents
8729543c
aef76cc7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
hacking/README.md
+16
-0
No files found.
hacking/README.md
View file @
d3fe9b31
...
@@ -33,6 +33,22 @@ Example:
...
@@ -33,6 +33,22 @@ Example:
This is a good way to insert a breakpoint into a module, for instance.
This is a good way to insert a breakpoint into a module, for instance.
For more complex arguments such as the following yaml:
```
yaml
parent
:
child
:
-
item
:
first
val
:
foo
-
item
:
second
val
:
boo
```
Use:
$ ./hacking/test-module -m module \
-a "{"parent": {"child": [{"item": "first", "val": "foo"}, {"item": "second", "val": "bar"}]}}"
Module-formatter
Module-formatter
----------------
----------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment