community.general/lib/ansible
Michael DeHaan efac68b636 Remove the -D module debug flag, which no longer is functional due to sudo pty requirements, and replace with -v/--verbose.
This flag will show playbook output from non-failing commands.  -v is also added to /usr/bin/ansible, but not  yet used.

I also gutted some internals code dealing with 'invocations' which allowed the callback to know what module invoked
it.  This is not something 0.5 does or needed, so callbacks have been simplified.
2012-06-19 21:57:43 -04:00
..
inventory Correctly add ungrouped hosts to 'ungrouped' in YAML inventory. 2012-06-27 08:26:01 +02:00
playbook Remove the -D module debug flag, which no longer is functional due to sudo pty requirements, and replace with -v/--verbose. 2012-06-19 21:57:43 -04:00
runner Remove the -D module debug flag, which no longer is functional due to sudo pty requirements, and replace with -v/--verbose. 2012-06-19 21:57:43 -04:00
__init__.py Tweaks on previous refactoring of playbook, version bump a 0.4 reference, remove some debug, etc 2012-05-26 01:20:53 -04:00
callbacks.py Remove the -D module debug flag, which no longer is functional due to sudo pty requirements, and replace with -v/--verbose. 2012-06-19 21:57:43 -04:00
constants.py shouldn't need a (slash) before /home/daveh 2012-06-21 15:37:43 +01:00
errors.py Update example to use correct service state; minor pep8 indent/spacing fixes 2012-03-15 23:10:03 -04:00
utils.py Remove the -D module debug flag, which no longer is functional due to sudo pty requirements, and replace with -v/--verbose. 2012-06-19 21:57:43 -04:00