mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
Merge pull request #15023 from bpsuntrup/documentation_issue_15022
Clarify developing modules documentation
This commit is contained in:
commit
06e6513276
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
|
source ansible/hacking/env-setup
|
||||||
chmod +x ansible/hacking/test-module
|
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::
|
Let's run the script you just wrote with that::
|
||||||
|
|
||||||
ansible/hacking/test-module -m ./timetest.py
|
ansible/hacking/test-module -m ./timetest.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue