community.general/lib/ansible/plugins
Dusty Mabe b817f1f3ea actions/unarchive: fix unarchive from remote url (#17126)
* actions/unarchive: fix unarchive from remote url

Currently unarchive from remote url does not work because the core
unarchive module was updated to support 'remote_src' [1], but the
unarchive action plugin was not updated for this. This causes failures
because the action plugin assumes it needs to copy a file to the
remote server, but in the case of downloading a file from a remote
url a local file does not exist, so an error occurs when the file is
not found.

[1] 467516e

* test_unarchive: fix test with wrong remote_src use

The non-ascii filenames test had improperly set remote_src=yes even
though it was actually copying the file from the local machine (i.e.
the file did not already exist remotely). This test was passing
until the remote_src behavior of unarchive was fixed in 276550f.
2016-08-19 08:16:21 -05:00
..
action actions/unarchive: fix unarchive from remote url (#17126) 2016-08-19 08:16:21 -05:00
cache Allow to make the jsonfile cache files pretty (indented and sorted) (#17000) 2016-08-08 17:15:19 -04:00
callback Fix hipchat callback "has no attribute display'" (#16998) 2016-08-08 11:04:06 -04:00
connection Fix funcd to at least import without errors. (#16288) 2016-07-29 16:19:38 -04:00
filter Add generic data structures querying (#13684) 2016-08-08 11:55:59 -04:00
lookup Introduce new 'filetree' lookup plugin (#14332) 2016-08-11 23:33:54 -04:00
shell Use file list, not recursion, in _fixup_perms. (#16924) 2016-08-05 18:40:28 -07:00
strategy Rework the way params are assigned to TaskIncludes when they're dynamic 2016-08-16 15:45:24 -05:00
test J2 test docs (#16646) 2016-07-12 10:13:00 -04:00
vars Making the switch to v2 2015-05-03 21:47:26 -05:00
__init__.py actually skip bad/broken module files found 2016-08-04 11:32:08 -04:00