summaryrefslogtreecommitdiff
path: root/files/copy
Commit message (Expand)AuthorAgeFilesLines
* Move modules into subdirectory.Michael DeHaan2014-09-261-254/+0
* Adding "follow" param for file/copy optionsJames Cammarata2014-09-161-0/+3
* Docs updates to add examples for symbolic modesJames Cammarata2014-08-261-0/+6
* Fix check mode issues with copy moduleJames Cammarata2014-08-181-0/+1
* Update docs for copy directory_mode param per #8572James Cammarata2014-08-121-2/+3
* Copy recursion works when source is a parameter, there is no parameter 'recur...Michael DeHaan2014-08-111-6/+0
* Some stray doc tweaks with file modules.Michael DeHaan2014-08-051-0/+6
* Double check whether the parent directory really exists using stat()James Cammarata2014-06-181-0/+9
* Use file documentation fragement for the copy moduleJames Cammarata2014-06-161-0/+1
* unified calls to fs function vs duplicate functions for file andBrian Coca2014-05-241-2/+2
* Merge branch 'devel' of https://github.com/jjshoe/ansible into jjshoe-develJames Cammarata2014-05-091-0/+2
|\
| * Ensure the validation string has %s in itjjshoe2014-04-271-0/+2
* | fix #7244 recursive copy fails when setting directory attributessomeda2014-05-021-1/+1
|/
* Fixes #6929 remote file module doc fragments from copy and templateJames Tanner2014-04-101-1/+0
* Use common file argument system previously implemented by @sivel for rax modu...Michael DeHaan2014-04-031-4/+1
* Update 'validate=' parameter documentation to make clear that the commandRobert Wehner2014-03-241-0/+1
* Minor cleanup.Richard C Isaacson2014-02-281-2/+2
* copy module: cleanup and if directory_mode not set default to umaskRichard C Isaacson2014-02-281-1/+14
* Copy Module: Add the ability to set directory attributes on recursive copy.Richard C Isaacson2014-02-281-0/+32
* Add expanduser calls on src/dest in the module tooJames Cammarata2014-02-261-2/+2
* already call expanduser in action_pluginmuffl0n2014-02-191-2/+2
* Update copyMichael DeHaan2014-01-301-1/+1
* Addresses #5023 Fix import commentsJames Tanner2013-12-021-1/+1
* Fixes #5023 Convert all modules to use new snippet import patternJames Tanner2013-12-021-1/+1
* Add version_added to all modules missing version_added information, the docs ...Michael DeHaan2013-11-181-0/+1
* copy: Implement recursive copying if src is a directory.Paul Sokolovsky2013-10-151-3/+15
* Add detail to copy module validate argumentJim Kleckner2013-10-091-1/+2
* validate files: fix usage error in example commandbillwanjohi2013-06-261-4/+4
* DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition)Jan-Piet Mens2013-06-151-7/+11
* copy module fixes for 'make pep8'Michael DeHaan2013-05-111-3/+3
* add "no_log=True to copy:contentMichael Vogt2013-05-101-1/+1
* Fix error in previous PR.Michael DeHaan2013-05-051-1/+1
* generalized cleanup function, in case modules want to useBrian Coca2013-05-051-5/+1
* Allow modules to be categorized, and also sort them when generating the docum...Michael DeHaan2013-04-281-0/+175