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
parent
2dd6bae9e1
commit
3bfb556cb9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue