community.general/lib/ansible
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
..
cli Apply --limit to inventory in adhoc commands 2015-09-23 08:28:38 -04:00
compat Making the switch to v2 2015-05-03 21:47:26 -05:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Making the switch to v2 2015-05-03 21:47:26 -05:00
executor correct typo on error reporting 2015-09-23 10:11:52 -04:00
galaxy Fix typo in ansible module_utils import from galaxy code 2015-09-17 14:25:48 -04:00
inventory Make hostvars more dynamic again to improve performance with large inventories 2015-09-24 13:53:44 -04:00
module_utils Add Weekday (0-6) as a number and add weeknumber (00-52) 2015-09-24 15:05:44 +02:00
modules Remove tmp as a parameter to the connection plugins 2015-09-24 13:33:57 -07:00
new_inventory Making the switch to v2 2015-05-03 21:47:26 -05:00
parsing Use AnsibleFileNotFound instead of AnsibleParsingError when YAML files are not found 2015-09-24 16:27:25 -04:00
playbook Improve error catching from malformed playbook data 2015-09-23 08:56:36 -04:00
plugins Remove tmp as a parameter to the connection plugins 2015-09-24 13:33:57 -07:00
template Fix safe_eval() of set literals 2015-09-11 09:41:05 +03:00
utils Remove custom json encoder cleaner and strip proxy var stuff out before encoding 2015-09-17 16:04:47 -04:00
vars Use AnsibleFileNotFound instead of AnsibleParsingError when YAML files are not found 2015-09-24 16:27:25 -04:00
__init__.py Re-adding submodules after moving things around 2015-05-03 22:30:51 -05:00
constants.py Implement ssh connection handling as a state machine 2015-09-23 01:55:00 -04:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00