Commit 1eaa9d4a by bmoar

fix path in Test-module example

parent d706fd1e
......@@ -29,7 +29,7 @@ a module outside of the ansible program, locally, on the current machine.
Example:
$ ./hacking/test-module -m library/commands/shell -a "echo hi"
$ ./hacking/test-module -m lib/ansible/modules/core/commands/shell -a "echo hi"
This is a good way to insert a breakpoint into a module, for instance.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment