mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 07:31:23 -07:00
fix path in Test-module example
This commit is contained in:
parent
d706fd1eda
commit
1eaa9d4a08
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 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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue