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.
pull/4420/head
SUNTRUP 2016-03-17 10:23:08 -05:00 committed by Benjamin Paul Suntrup
parent 2dd6bae9e1
commit 3bfb556cb9
1 changed files with 3 additions and 0 deletions

View File

@ -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