ansible/hacking
Michael DeHaan 9006d4557d Added code to allow insertion of boilerplate into modules to make them able to share lots of code, the result
should be a huge reduction of total ansible source, at a slight cost of difficulty in original module development.

We need to apply this now to all modules, but may need to have some exemptions to things like command, which should
subclass this module.
2012-07-17 22:34:52 -04:00
..
env-setup Update hacking with MANPATH. Correct hacking README details. 2012-04-17 10:53:32 -04:00
README Update hacking with MANPATH. Correct hacking README details. 2012-04-17 10:53:32 -04:00
test-module Added code to allow insertion of boilerplate into modules to make them able to share lots of code, the result 2012-07-17 22:34:52 -04:00

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 './'