summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/action/copy.py
Commit message (Expand)AuthorAgeFilesLines
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-031-1/+1
* copy - redact 'content' from invocation in check mode (#71033)Sloane Hertel2020-08-031-2/+7
* fix internal cases of actions calling unqualified module names (#70818)Matt Davis2020-07-231-5/+5
* Do not pass file mode during recursive copy on symlink files. (#69011)David Shrewsbury2020-04-301-0/+5
* Clean up FILE_COMMON_ARGUMENTS (#66389)Felix Fontein2020-02-071-4/+1
* Fix copy module to reset filesystem acls (#51868)Martin Krizek2019-04-031-0/+4
* Add coherency between check and normal mode for copy plugin action see issue ...chronidev2019-02-011-1/+4
* ensure copy action plugin returns an invocation in result (#41426)Adam Miller2018-06-201-8/+23
* Rename original_basename parameter in various file-related modulesToshio Kuratomi2018-05-171-3/+3
* Emit a warning when src is used with a state where it should be ignoredToshio Kuratomi2018-05-171-1/+5
* Fixes #34893 (#40166)Toshio Kuratomi2018-05-161-0/+9
* Make the copy module pass correct parameters to file moduleToshio Kuratomi2018-05-101-36/+28
* Fix copy to only follow symlinks for files in the non-recursive caseToshio Kuratomi2018-04-201-3/+14
* Don't assume that self._task.action is copy, explicitly set. Addresses #37238...Matt Martz2018-03-261-1/+1
* Normalize usage of temp and tmp on tmp (#36221)Toshio Kuratomi2018-02-151-4/+4
* Fix for #31477: return 'dest' from copy when file wasn't changedTomasz Kontusz2018-02-081-5/+5
* First bit of fixing temporary to have one source of truth (#35747)Toshio Kuratomi2018-02-071-14/+13
* Add transfer checksum verification in copy module (#35367)Matt Martz2018-01-261-0/+3
* template: change to pass along the correct template path (#35027)Jordan Borean2018-01-191-5/+4
* Temporary (#31677)Brian Coca2018-01-151-49/+19
* remove action plugin only fields from 'file' calls (#31047)Brian Coca2017-09-291-9/+8
* Enforce `state='file'` in `copy` moduleMehran Kholdi2017-08-171-1/+2
* Cause copy module to fail on empty string as source (#27975)Sam Doran2017-08-151-5/+7
* Optimize template (#28044)Toshio Kuratomi2017-08-111-10/+11
* New tests for copy recursive with absolute pathsToshio Kuratomi2017-07-281-1/+13
* Add a directory walker to copyToshio Kuratomi2017-07-201-224/+426
* Revert "Fix for recursive copy slowness"Toshio Kuratomi2017-07-201-1/+21
* Consolidate boolean/mk_boolean conversion functions into a single locationToshio Kuratomi2017-07-171-6/+6
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-9/+9
* Merge branch 'modules_issue_1568' of https://github.com/ajdecon/ansible into ...James Cammarata2017-05-181-0/+8
|\
| * Fix for ansible/ansible-modules-core#1568Adam DeConinck2016-02-231-0/+8
* | moved to exceptions for basic skip/failsBrian Coca2017-04-251-3/+0
* | finer grained failed/skipped on async for actionsBrian Coca2017-04-201-1/+1
* | Fix for recursive copy slownessToshio Kuratomi2017-04-071-21/+1
* | let user control "auto-de-vault" (#22739)Brian Coca2017-03-241-3/+7
* | win_copy: Add force parameter and check-mode support (#20405)Dag Wieers2017-02-241-15/+15
* | refactoring asyncBrian Coca2017-02-061-12/+12
* | remote user should rely on context, not direct varBrian Coca2017-01-191-1/+1
* | deal with remote_src and tmp dirs properlyBrian Coca2017-01-121-1/+1
* | unified boolean functionBrian Coca2016-11-291-1/+1
* | copy: Use the local file's mode for the argument if not explicitly given. (#1...jctanner2016-10-241-0/+13
* | removed deprecated first available file from tasks (#17643)Brian Coca2016-09-271-5/+2
* | copy action plugin: recurse into sub folders of the source (#17614)jctanner2016-09-161-0/+20
* | Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-8/+12
* | Add partially backwards compatible version of _fixup_perms. (#17427)Matt Clay2016-09-061-1/+1
* | Fix file and copy modules on py3 and enable tests. (#17239)Matt Clay2016-08-251-1/+1
* | Move a path being passed around as a byte string to being passed around as a ...Toshio Kuratomi2016-08-221-3/+3
* | Use file list, not recursion, in _fixup_perms. (#16924)Matt Clay2016-08-051-2/+5
* | Search path (#16387)Brian Coca2016-06-281-14/+10
* | Fix the copy action to not send the content as a param. (#16127)Toshio Kuratomi2016-06-031-0/+2