community.general/lib/ansible/plugins
Toshio Kuratomi a1428d6bed Remove tmp as a parameter to the connection plugins
There doesn't appear to be anything that actually uses tmp_path in the
connection plugins so we don't need to pass that in to exec_command.
That change also means that we don't need to pass tmp_path around in
many places in the action plugins any more.  there may be more cleanup
that can be done there as well (the action plugin's public run() method
takes tmp as a keyword arg but that may not be necessary).

As a sideeffect of this patch, some potential problems with chmod and
the patch, assemble, copy, and template modules has been fixed (those
modules called _remote_chmod() with the wrong order for their
parameters.  Removing the tmp parameter fixed them.)
2015-09-24 13:33:57 -07:00
..
action Remove tmp as a parameter to the connection plugins 2015-09-24 13:33:57 -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 Remove tmp as a parameter to the connection plugins 2015-09-24 13:33:57 -07: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