summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/action/unarchive.py
Commit message (Expand)AuthorAgeFilesLines
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-031-1/+1
* fix internal cases of actions calling unqualified module names (#70818)Matt Davis2020-07-231-2/+3
* Rename original_basename parameter in various file-related modulesToshio Kuratomi2018-05-171-23/+9
* Normalize usage of temp and tmp on tmp (#36221)Toshio Kuratomi2018-02-151-3/+3
* First bit of fixing temporary to have one source of truth (#35747)Toshio Kuratomi2018-02-071-5/+4
* template: change to pass along the correct template path (#35027)Jordan Borean2018-01-191-3/+5
* Temporary (#31677)Brian Coca2018-01-151-91/+76
* Support tilde (~) paths for unarchive creates testsAndreas Olsson2017-07-191-0/+1
* Consolidate boolean/mk_boolean conversion functions into a single locationToshio Kuratomi2017-07-171-9/+8
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-3/+3
* Fix logic surrounding copy and remote_src, remote_src is preferred, make copy...Matt Martz2017-05-221-2/+2
* let user control "auto-de-vault" (#22739)Brian Coca2017-03-241-1/+7
* refactoring asyncBrian Coca2017-02-061-4/+2
* remote user should rely on context, not direct varBrian Coca2017-01-191-1/+1
* Report detailed error when internal remote functions failDag Wieers2016-12-191-6/+9
* unified boolean functionBrian Coca2016-11-291-1/+1
* Clean up unarchive action plugin (#17429)Dag Wieers2016-09-091-3/+1
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-3/+4
* Add partially backwards compatible version of _fixup_perms. (#17427)Matt Clay2016-09-061-1/+1
* actions/unarchive: fix unarchive from remote url (#17126)Dusty Mabe2016-08-191-4/+15
* Use file list, not recursion, in _fixup_perms. (#16924)Matt Clay2016-08-051-1/+1
* add transparent vault use to other plugins (#16957)Brian Coca2016-08-041-1/+1
* Search path (#16387)Brian Coca2016-06-281-5/+9
* Fix unarchive failures when the destination is a symlink to a directory (#15999)Toshio Kuratomi2016-05-261-1/+1
* Ensure action plugins remove tmp dirs created (#15501)Brian Coca2016-04-201-0/+5
* Don't create world-readable module and tempfiles without explicit user permis...Toshio Kuratomi2016-03-231-8/+7
* Fix logic mistake in unarchive action pluginJames Cammarata2015-12-301-4/+4
* Merge pull request #12878 from ansible/invocation-fixToshio Kuratomi2015-10-221-9/+19
|\
| * Two fixes to action pluginsToshio Kuratomi2015-10-221-9/+19
* | Cleaning up FIXMEsJames Cammarata2015-10-221-7/+3
|/
* Remove tmp as a parameter to the connection pluginsToshio Kuratomi2015-09-241-3/+3
* Fixed Spelling Error on Line 67Karl Brown2015-08-281-1/+1
* made sure they all look in files/vars/template dirs also when executed in pla...Brian Coca2015-08-161-1/+1
* Use ansible_python_interpreter value for remote checksumsJames Cammarata2015-08-151-1/+1
* fixed source path discovery for unarchive in rolesBrian Coca2015-08-121-1/+4
* Moving ConnectionInformation -> PlayContextJames Cammarata2015-07-211-2/+2
* properly booleanify copy fieldBrian Coca2015-07-031-1/+2
* Fixing up some check-mode stuffJames Cammarata2015-07-011-13/+2
* Fixing ansible_*_interpreter useJames Cammarata2015-06-041-2/+2
* Making the switch to v2James Cammarata2015-05-031-0/+114