You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/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.
13 years ago
..
inventory Correctly add ungrouped hosts to 'ungrouped' in YAML inventory. 13 years ago
playbook Remove the -D module debug flag, which no longer is functional due to sudo pty requirements, and replace with -v/--verbose. 13 years ago
runner Remove the -D module debug flag, which no longer is functional due to sudo pty requirements, and replace with -v/--verbose. 13 years ago
__init__.py Tweaks on previous refactoring of playbook, version bump a 0.4 reference, remove some debug, etc 13 years ago
callbacks.py Remove the -D module debug flag, which no longer is functional due to sudo pty requirements, and replace with -v/--verbose. 13 years ago
constants.py shouldn't need a (slash) before /home/daveh 13 years ago
errors.py Update example to use correct service state; minor pep8 indent/spacing fixes 13 years ago
utils.py Remove the -D module debug flag, which no longer is functional due to sudo pty requirements, and replace with -v/--verbose. 13 years ago