mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-17 14:21:30 +00: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:
committed by
Benjamin Paul Suntrup
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
|
||||
|
||||
Reference in New Issue
Block a user