Skip to content

Commit

Permalink
Merge pull request ansible#15023 from bpsuntrup/documentation_issue_1…
Browse files Browse the repository at this point in the history
…5022

Clarify developing modules documentation
  • Loading branch information
bcoca committed Mar 18, 2016
2 parents bdf90d2 + 3bfb556 commit 06e6513
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docsite/rst/developing_modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06e6513

Please sign in to comment.