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/playbook
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.
12 years ago
..
__init__.py Remove the -D module debug flag, which no longer is functional due to sudo pty requirements, and replace with -v/--verbose. 12 years ago
play.py Allow with_items to specify a variable 13 years ago
task.py Get with_items to work with new play/task architecture. 13 years ago