From 327b27ba1c7813c758845c5f05c6d5649b738d3d Mon Sep 17 00:00:00 2001 From: Adam Hartz Date: Tue, 16 Feb 2016 09:48:40 -0500 Subject: [PATCH] Update stated location of common_module.py --- docsite/rst/developing_modules.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/developing_modules.rst b/docsite/rst/developing_modules.rst index dc5b7e8f5f..d8a0973b01 100644 --- a/docsite/rst/developing_modules.rst +++ b/docsite/rst/developing_modules.rst @@ -264,7 +264,7 @@ And failures are just as simple (where 'msg' is a required parameter to explain module.fail_json(msg="Something fatal happened") There are also other useful functions in the module class, such as module.sha1(path). See -lib/ansible/module_common.py in the source checkout for implementation details. +lib/ansible/executor/module_common.py in the source checkout for implementation details. Again, modules developed this way are best tested with the hacking/test-module script in the git source checkout. Because of the magic involved, this is really the only way the scripts