Update stated location of common_module.py

pull/14505/head
Adam Hartz 9 years ago
parent 6ddea3e915
commit 327b27ba1c

@ -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") module.fail_json(msg="Something fatal happened")
There are also other useful functions in the module class, such as module.sha1(path). See 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 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 source checkout. Because of the magic involved, this is really the only way the scripts

Loading…
Cancel
Save