mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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.
This commit is contained in:
parent
2dd6bae9e1
commit
3bfb556cb9
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue