1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/library
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
..
apt Add support for older version of python-apt 2012-06-13 13:57:47 -05:00
assemble Conditionally import hashlib (issue #471) 2012-06-14 07:18:46 -07:00
async_status Apply logging of arguments to modules (issue #122) 2012-05-09 15:19:20 -07:00
async_wrapper Apply logging of arguments to modules (issue #122) 2012-05-09 15:19:20 -07:00
authorized_key Renamed module, fixed idempotency, removed debug param. 2012-05-30 16:41:38 -04:00
command Apply logging of arguments to modules (issue #122) 2012-05-09 15:19:20 -07:00
copy Copy module: Extended error handling and fixed error messages 2012-06-25 20:45:05 +02:00
facter Apply logging of arguments to modules (issue #122) 2012-05-09 15:19:20 -07:00
failtest Surface module debug (-D) to /usr/bin/ansible also 2012-03-31 11:45:29 -04:00
fetch fetch 'module' -- working with paramiko and local connections 2012-04-10 20:23:25 -07:00
file Remove unused md5sum function from file module 2012-06-15 00:13:35 -04:00
git Default git module to master branch so branch= is not required. 2012-05-10 00:41:44 -04:00
group Apply logging of arguments to modules (issue #122) 2012-05-09 15:19:20 -07:00
ohai Apply logging of arguments to modules (issue #122) 2012-05-09 15:19:20 -07:00
ping Apply logging of arguments to modules (issue #122) 2012-05-09 15:19:20 -07:00
raw add fake module for 'raw' 2012-05-10 01:08:01 -04:00
service Enhanced the service state recognition in the service module: 2012-06-17 15:55:26 +02:00
setup 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
shell Added 'shell' to modules with a note that it doesn't really exist :) 2012-03-23 21:39:39 -04:00
slurp Apply logging of arguments to modules (issue #122) 2012-05-09 15:19:20 -07:00
template make all templating happen locally, so no jinja2 deps are ever required 2012-04-18 22:43:17 -04:00
user Remove call to undefined debug() in module 'user'. 2012-05-15 09:19:43 -04:00
virt Tweaks on previous refactoring of playbook, version bump a 0.4 reference, remove some debug, etc 2012-05-26 01:20:53 -04:00
yum Apply logging of arguments to modules (issue #122) 2012-05-09 15:19:20 -07:00