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/test/units
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
..
errors Making the switch to v2 2015-05-03 21:47:26 -05:00
executor Add a comment explaining why async = 1 in the test 2015-09-07 19:46:05 +03:00
inventory Support «hosts: groupname[1:]» notation (~= 'the rest of the group') 2015-09-18 22:28:34 +05:30
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 2015-05-28 15:26:03 -05:00
mock Starting to add additional unit tests for VariableManager 2015-09-04 16:41:38 -04:00
module_utils Use 0oNNN octal syntax in test/ 2015-08-27 22:15:57 +03:00
parsing Allow hexadecimal ranges in IPv6 addresses, not only 0-9 2015-09-17 23:32:58 +05:30
playbook Fix unit tests for change related to local_action 2015-09-14 14:07:17 -04:00
plugins Remove tmp as a parameter to the connection plugins 2015-09-24 13:33:57 -07:00
template corrected all missing paths changes 2015-09-15 11:57:54 -04:00
utils Cleanup combine_vars 2015-09-01 11:23:12 -07:00
vars Properly handle group/host_var files with dots in them 2015-09-08 03:20:09 -04:00
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00