Merge pull request #10397 from bmoar/hacking_readme_updates

Documentation - fix path in Test-module hacking/ example
This commit is contained in:
Brian Coca 2015-03-05 22:39:05 -05:00
commit a68ca90a00

View file

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