summaryrefslogtreecommitdiff
path: root/files/file.py
Commit message (Expand)AuthorAgeFilesLines
* adds diff info for file infoBrian Coca2016-01-051-14/+28
* fixed typo EEXISTS is actually EEXISTBrian Coca2015-11-301-1/+1
* Add documentation to 'file' AnsibleModule definition for internals.Charles Ferguson2015-11-271-7/+2
* Update documentation for 'file' module to include 'diff_peek'.Charles Ferguson2015-11-261-1/+6
* Fixed confusion in the docsvarnav2015-09-231-3/+3
* now captures any exceptions when trying to create directoriesBrian Coca2015-07-011-20/+24
* Handle race condition in directory creation.Matthew Gilliard2015-07-011-1/+8
* Proper author info for all remaining modulesGreg DeKoenigsberg2015-06-151-1/+3
* removes bool type from validate.Tristan Fisher2015-06-011-1/+1
* standardizes bools in argument_specTristan Fisher2015-06-011-1/+1
* Adding directory creation example to file module.Greg Taylor2015-05-191-0/+3
* minor docfixBrian Coca2015-05-191-1/+0
* removes bool type from validate.Tristan Fisher2015-05-181-1/+1
* standardizes bools in argument_specTristan Fisher2015-05-151-6/+6
* Fix C() formatting typo in file moduleJames Bowes2015-03-101-1/+1
* fixed file module to use realpath when following links,Brian Coca2015-02-261-3/+3
* Merge pull request #790 from rhlmhrtr/file_documentationToshio Kuratomi2015-02-161-0/+1
|\
| * Fixed Documentation issue concerning file mode when specified using numberica...Rahul Mehrotra2015-02-161-0/+1
* | When recursing subdirectories, honor the follow parameter for setting file at...Toshio Kuratomi2015-02-161-8/+25
|/
* fix for allowing permissions on hard links and soft links + follow=yesBrian Coca2015-01-071-0/+8
* Merge pull request #460 from jbinto/file_allow_touch_hardlinkToshio Kuratomi2015-01-071-2/+2
|\
| * Files module: Allow touch on hardlinksJesse Buchanan2014-12-071-2/+2
* | fix for when state=directory, follow=yes and target is symlink to directoryBrian Coca2015-01-061-12/+23
* | Fixes #9518 - "file state=directory" silently skips if it's currently a filesysadmin752014-12-131-0/+4
|/
* Cannot readlink() on a hard linkToshio Kuratomi2014-11-191-1/+1
* Use original_basename to set the dest path even if src is not setToshio Kuratomi2014-10-201-8/+10
* file extensions!Michael DeHaan2014-09-261-0/+358