Commit Graph

5 Commits (32b6879fdff9da3193f2a326fe7457a3bcd2d52b)

Author SHA1 Message Date
Michael DeHaan 81adae619a 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.
14 years ago
Michael DeHaan 66ba6b023c Update manpage to mention -U (--sudo-user). 14 years ago
Michael DeHaan 36e454c52f Because paramiko using a pty can't distinguish stderr and stdout, remove handling that
treated -D as a way to show stderr, and make sure modules don't include things on stderr.
Update docs and test module script to come into line.
14 years ago
Tim Bielawa 621dc83ac2 Fix man page option description indentation. 14 years ago
Tim Bielawa d43cf592eb Renaming asciidoc sources to .in.
Change manpages to build from *.in and add comments about how the make
targets work.
14 years ago