community.general/lib/ansible/plugins
Abhijit Menon-Sen 82b33c381f We don't need even a token timeout here; just poll once
The process is already gone, so there's not going to be any new data
showing up on its stderr; we only want to make sure that we haven't
missed something that was already written. So polling once is enough.
2015-09-24 12:10:16 -04:00
..
action remove the stdin return value from connection plugin exec_command() methods 2015-09-24 08:57:19 -07:00
cache Simplify FactCache.copy() 2015-09-03 09:44:44 +03:00
callback Convert to byte strings to avoid UnicodeErrors 2015-09-23 15:24:17 -07:00
connection We don't need even a token timeout here; just poll once 2015-09-24 12:10:16 -04:00
filter Resurrection of the comment filter 2015-09-10 14:37:42 +02:00
inventory Remove unused (copied) _before_comment method 2015-08-21 06:58:23 +05:30
lookup Fixing one more bug related to staticmethods in LookupBase 2015-09-23 02:33:32 -04:00
shell Add PowerShell exception handling and turn on strict mode. 2015-09-15 16:32:35 -04:00
strategy Don't bomb out on handlers with undefined variables in their names 2015-09-22 12:42:02 -04:00
test moved mandatory back to filters as it does not always return a boolean, it does an exception on failure 2015-08-21 09:54:56 -04:00
vars Making the switch to v2 2015-05-03 21:47:26 -05:00
__init__.py Fix for user defined modules not overriding modules from core. 2015-09-22 09:07:37 -07:00