summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/action/fetch.py
Commit message (Expand)AuthorAgeFilesLines
* deprecate `_remote_checksum()` and remove use in fetch (#74848)Sam Doran2021-06-161-36/+44
* fix internal cases of actions calling unqualified module names (#70818)Matt Davis2020-07-231-1/+1
* fixed fetch traversal from slurp (#68720)Brian Coca2020-04-081-26/+19
* become - stop using play context in more places (#62373)Jordan Borean2019-11-181-1/+1
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-5/+2
* 2.8 Core Deprecation Removal (#45232)Matt Martz2018-09-101-10/+1
* Remove use of simplejson throughout code base (#43548)Matt Martz2018-08-101-1/+1
* fetch: set fail_on_missing: True as default as per docs (#36469)Jordan Borean2018-02-211-1/+1
* Normalize usage of temp and tmp on tmp (#36221)Toshio Kuratomi2018-02-151-1/+1
* First bit of fixing temporary to have one source of truth (#35747)Toshio Kuratomi2018-02-071-4/+3
* template: change to pass along the correct template path (#35027)Jordan Borean2018-01-191-1/+3
* Temporary (#31677)Brian Coca2018-01-151-155/+159
* fetch: fail if flat=yes and dest=existing-dir w/o trailing slashMartin Krizek2017-07-281-0/+5
* Consolidate boolean/mk_boolean conversion functions into a single locationToshio Kuratomi2017-07-171-4/+6
* add validation to fetch for source/destBrian Coca2017-06-131-3/+17
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-7/+7
* Make fetch default to fail on errorsToshio Kuratomi2017-05-031-11/+18
* fetch idempotence test and deprecate validate_md5Toshio Kuratomi2017-04-261-0/+4
* Set validate_checksum default yes of fetch to match the docKeepZero2017-04-261-1/+1
* unified boolean functionBrian Coca2016-11-291-1/+1
* simplified the code by removing repeatsBrian Coca2016-10-261-11/+3
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-2/+2
* Fix fetch idempotence (#17255)Toshio Kuratomi2016-08-251-1/+2
* Fix unicode handling in connection plugins.Matt Clay2016-03-101-1/+2
* Fix erroneous fetch fail when fail_on_missing is set to FalseToshio Kuratomi2016-01-151-2/+4
* fixes to fetch action moduleBrian Coca2015-11-221-17/+16
* Two fixes to action pluginsToshio Kuratomi2015-10-221-16/+45
* Clean up some more pyflakes warningsToshio Kuratomi2015-10-191-6/+1
* Remove tmp as a parameter to the connection pluginsToshio Kuratomi2015-09-241-2/+2
* Fix fetch action plugin to not fail if file is missing and fail_if_missing=Fa...Chris Church2015-09-141-0/+2
* Properly fail if slurp fails during fetchJames Cammarata2015-08-311-4/+3
* Look for proper values in slurp result during fetch with become enabledJames Cammarata2015-08-311-1/+1
* Use ansible_python_interpreter value for remote checksumsJames Cammarata2015-08-151-1/+1
* Fixes for WinRM/PowerShell support in v2.Chris Church2015-07-311-0/+1
* Fixing up error handling for fetch_file ops in connection pluginsJames Cammarata2015-07-221-3/+6
* Moving ConnectionInformation -> PlayContextJames Cammarata2015-07-211-3/+3
* Fixing up some check-mode stuffJames Cammarata2015-07-011-3/+2
* Fix "AttributeError: 'ActionModule' object has no attribute '_shell'"Pierre-Louis Bonicoli2015-07-011-2/+2
* Fixing ansible_*_interpreter useJames Cammarata2015-06-041-1/+1
* created makedirs_safe function for use in cases of multiprocessBrian Coca2015-06-021-2/+2
* Making the switch to v2James Cammarata2015-05-031-0/+158