From 021756a6917790cd9a5fa91d1bd29dbec2ebeef7 Mon Sep 17 00:00:00 2001 From: Lujeni Date: Mon, 26 Dec 2016 19:24:01 +0100 Subject: [PATCH] Update the module path from the hacking documentation (#19683) - New path since the modules merge --- hacking/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hacking/README.md b/hacking/README.md index be192495192..1bd6d468a87 100644 --- a/hacking/README.md +++ b/hacking/README.md @@ -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.