summaryrefslogtreecommitdiff
path: root/library/file
Commit message (Expand)AuthorAgeFilesLines
* Allow modules to be categorized, and also sort them when generating the docum...Michael DeHaan2013-04-281-295/+0
* Improve check mode support in the file module.Michael DeHaan2013-04-251-4/+14
* Added 'validate' feature to copy and template modules, now you can add a chec...Brian Coca2013-04-061-1/+2
* Fix the documentation booleans so they use "yes" and "no"Dag Wieers2013-03-121-1/+1
* file module should check invalid arguments (fixes #2135)Maykel Moya2013-03-041-1/+0
* Resolve mergeMichael DeHaan2013-02-261-1/+1
* Merge branch 'copy-diff-take2' of git://github.com/stoned/ansible into better...Michael DeHaan2013-02-261-0/+14
|\
| * Implement --diff for the copy module.Stoned Elipot2013-02-251-1/+15
* | Remove choices=BOOLEANS as it is no longer neededDaniel Hokka Zakrisson2013-02-231-1/+1
* | Use argument type checking to convert to booleanDaniel Hokka Zakrisson2013-02-231-2/+2
|/
* Recurse was added in 1.1Daniel Hokka Zakrisson2013-02-171-0/+1
* Merge recursive file permission setting on directoriesshlomozippel2013-02-091-1/+20
* This implements a basic --check mode which for now is only implemented on tem...Michael DeHaan2013-02-031-1/+2
* Fix behaviour when file handles a path with tildewillthames2013-01-071-1/+1
* module_formatter: re-instate codeJan-Piet Mens2012-11-221-1/+1
* DOCUMENTATION stringsJan-Piet Mens2012-11-211-4/+4
* chmod -x for all module files in source checkoutMichael DeHaan2012-11-191-0/+0
* Reformat code: examples consistentlyJan-Piet Mens2012-10-231-2/+2
* Various performance streamlining and making the file features usable in all m...Michael DeHaan2012-10-201-241/+28
* symlink fixJonathan Palley2012-10-181-1/+1
* "force=" code under the file module is problematic, remove itMichael DeHaan2012-10-161-26/+1
* Use 'path' in file documentation, though src/dest work, it's less intuitive.Michael DeHaan2012-10-121-1/+1
* implement lookup plugins for arbitrary enumeration over arbitrary things. S...Michael DeHaan2012-10-121-2/+10
* Added documentation on file force parameterMichael DeHaan2012-10-031-0/+6
* various small doc tweaksMichael DeHaan2012-10-021-1/+0
* Jumbo DOCUMENTATION patchJan-Piet Mens2012-10-011-2/+65
* Various tweaking to get the module formatter to work for 'make docs' in the d...Michael DeHaan2012-09-271-15/+15
* Tweak DOCUMENTATION YAML as per latest 991Jan-Piet Mens2012-09-191-0/+33
* Squashed commit of the following:Aleksej Romanov2012-09-181-2/+22
* Handle special files just like normal filesDag Wieƫrs2012-08-211-6/+6
* Fix indentationMichael DeHaan2012-08-111-1/+1
* Make pep8 tests run against the library directory as well, and associated twe...Michael DeHaan2012-08-111-59/+54
* Merge pull request #838 from sfromm/issue825Michael DeHaan2012-08-101-4/+14
|\
| * Update file module to not recurse when setting ownershipStephen Fromm2012-08-091-4/+14
* | Relative symlinks don't really work (module bug) and would be confusing anywa...Michael DeHaan2012-08-091-1/+1
|/
* whitespace + remove deprecated YAML parser (migration script lives in example...Michael DeHaan2012-08-061-9/+9
* Add encoding lines to python modules such that they can take unicode options ...Michael DeHaan2012-08-021-0/+1
* Add setype to file's argument_spec and remove secontextStephen Fromm2012-08-011-1/+1
* Fix module_fail_json call when symlink src does not existStephen Fromm2012-08-011-1/+1
* reinstate invalid argument checks where possible, daisy chainee/chained modul...Michael DeHaan2012-08-011-8/+2
* Module consistency and make daisy chaining work with invalid arguments detect...Michael DeHaan2012-08-011-6/+9
* Port the file module over to the new common code infrastructure + cleanup som...Michael DeHaan2012-07-301-146/+142
* Fix file module to support = in args; remove superflous call in get_urlJan-Piet Mens2012-07-241-1/+1
* Removed unused recurse option in file module.Jeremy Smitherman2012-07-121-3/+0
* remove UID/GID from outputDerek Carter2012-07-011-2/+2
* removed print from debug code of file moduleDerek Carter2012-06-291-2/+0
* file when UID or GID doesn't existDerek Carter2012-06-291-2/+10
* Remove unused md5sum function from file moduleFred Alger2012-06-151-3/+0
* capture possible chown stderr outputMichael DeHaan2012-05-311-1/+1
* Fix parsing error in file module when returning errors.Michael DeHaan2012-05-311-1/+1