mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-27 13:28:51 +07:00
bring comments and docs up-to-date for invoking hacking/test-module (#20940)
inside test-module, rundebug also needs to know interpreters
This commit is contained in:
@@ -29,7 +29,7 @@ a module outside of the ansible program, locally, on the current machine.
|
||||
|
||||
Example:
|
||||
|
||||
$ ./hacking/test-module -m lib/ansible/modules/commands/shell -a "echo hi"
|
||||
$ ./hacking/test-module -m lib/ansible/modules/commands/command.py -a "echo hi"
|
||||
|
||||
This is a good way to insert a breakpoint into a module, for instance.
|
||||
|
||||
@@ -60,5 +60,3 @@ Authors
|
||||
-------
|
||||
'authors' is a simple script that generates a list of everyone who has
|
||||
contributed code to the ansible repository.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user