1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-25 18:51:59 +00:00
community.general/hacking
Michael DeHaan 896be48ac9 Merge pull request #1367 from jpmens/mdtempl
Add support for Github-flavored Markdown to module_formatter
2012-10-18 16:59:18 -07:00
..
templates
env-setup
module_formatter.py
README
test-module

The 'env-setup' script modifies your environment to allow you to run
ansible from a git checkout.

To use it from the root of a checkout:

    $ . ./hacking/env-setup

Note the space between the '.' and the './'