summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSUNTRUP <BS085X@att.com>2016-03-17 10:23:08 -0500
committerBenjamin Paul Suntrup <BS085X@att.com>2016-03-18 09:12:17 -0500
commit3bfb556cb9aa1f4ce0af807796c119d6aa3d113f (patch)
treecc340a51f69030520eae65c2ee6983bb65fcab29
parent2dd6bae9e1f0d5a1ec456ab4a085fd46d440d2e7 (diff)
downloadansible-3bfb556cb9aa1f4ce0af807796c119d6aa3d113f.tar.gz
Clarify developing modules documentation
This resolves issue #15022. When doing the module tutorial, it might be necessary for the user to read through the documentation for installing from source to avoid dependency errors and such.
-rw-r--r--docsite/rst/developing_modules.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docsite/rst/developing_modules.rst b/docsite/rst/developing_modules.rst
index 741ec5231b..14bb55e338 100644
--- a/docsite/rst/developing_modules.rst
+++ b/docsite/rst/developing_modules.rst
@@ -71,6 +71,9 @@ There's a useful test script in the source checkout for ansible::
source ansible/hacking/env-setup
chmod +x ansible/hacking/test-module
+For instructions on setting up ansible from source, please see
+:doc:`intro_installation`.
+
Let's run the script you just wrote with that::
ansible/hacking/test-module -m ./timetest.py