mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update the module path from the hacking documentation (#19683)
- New path since the modules merge
This commit is contained in:
parent
47c0c71002
commit
021756a691
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ a module outside of the ansible program, locally, on the current machine.
|
|||
|
||||
Example:
|
||||
|
||||
$ ./hacking/test-module -m lib/ansible/modules/core/commands/shell -a "echo hi"
|
||||
$ ./hacking/test-module -m lib/ansible/modules/commands/shell -a "echo hi"
|
||||
|
||||
This is a good way to insert a breakpoint into a module, for instance.
|
||||
|
||||
|
|
Loading…
Reference in a new issue