summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/files/copy.py
Commit message (Expand)AuthorAgeFilesLines
* Read directory_mode as 'raw' typeBrendan Almonte2017-05-231-1/+1
* let user control "auto-de-vault" (#22739)Brian Coca2017-03-241-0/+1
* E501 fixes (#22879)Matt Martz2017-03-221-1/+2
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-141-3/+4
* Avoid having module documentation links to itself (#21329)Dag Wieers2017-02-131-1/+1
* Fix default value for remote_src (#21136)Tuomas-Matti Soikkeli2017-02-091-1/+1
* Refreshed metadata for core modulesToshio Kuratomi2016-12-081-0/+4
* Change examples syntax on copy moduleSam Doran2016-12-081-5/+29
* fix the behavior that the dest is directoryzuiurs2016-12-081-6/+7
* Python3 fixes to copy, file, and stat so that the connection integration test...Toshio Kuratomi2016-12-081-42/+56
* Clarify what checksum algorithm is used by copy modules (#4198)Gennady Trafimenkov2016-12-081-1/+1
* unsafe writes! (#4314)Brian Coca2016-12-081-5/+4
* stop trying to set permissions in check modeBrian Coca2016-12-081-2/+3
* Do not copy file if running on check modeKeisuke Kamada2016-12-081-27/+28
* Convert the whole files/ directory to py3 syntax (#3685)Michael Scherer2016-12-081-1/+2
* Also show stdout when validation fails. This fixes #2498Bert Van Vreckem2016-12-081-2/+2
* added follow to specific modules that support itBrian Coca2016-12-081-0/+7
* recursive copy is not available(yet) on remote_srcBrian Coca2016-12-081-2/+3
* Fix typo in the copy module error messageGuruprasad2016-12-081-1/+1
* cleaner error on recursive remote copyBrian Coca2016-12-081-2/+4
* Fix doc inconsistency (#2630)Michael Scherer2016-12-081-3/+3
* added a reference to the template module for clarityAdam Fields2016-12-081-1/+1
* This fixes copy with the remote_src optionMaarten Claes2016-12-081-1/+1
* fixed remote_src support, now actually copies and does not moveBrian Coca2016-12-081-3/+10
* documented new remote_src optionBrian Coca2016-12-081-0/+7
* Fix obvious copy-paste error in module docsMarius Gedminas2016-12-081-1/+1
* In copy, set the mode before running th validationJames Cammarata2016-12-081-0/+6
* fixed fragment docsBrian Coca2016-12-081-3/+4
* Move validate command into doc fragment and fix a few typosJeff Widman2016-12-081-9/+2
* Proper author info for all remaining modulesGreg DeKoenigsberg2016-12-081-1/+3
* updated content description to discourage using as a tempalte moduleBrian Coca2016-12-081-0/+1
* switched to use python's built in os.separator vs using /Brian Coca2016-12-081-1/+1
* fix to return vals docsBrian Coca2016-12-081-2/+2
* removed always for success, as data wont show on failBrian Coca2016-12-081-9/+9
* draft for documenting module returnsBrian Coca2016-12-081-0/+62
* Fix for recursion traceback in copy with relative pathsToshio Kuratomi2016-12-081-1/+1
* Fix old ticket #9092 where a playbook can enter in recursionMichael Scherer2016-12-081-1/+1
* Add mention of fetch module to the copy module docs.Jeff Geerling2016-12-081-1/+1
* Move from md5 to sha1 to work on FIPS-140 enabled systemsToshio Kuratomi2016-12-081-5/+10
* file extensions!Michael DeHaan2016-12-081-0/+254