summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/files/file.py
Commit message (Expand)AuthorAgeFilesLines
* file module doesn't create hard link to given target directoryHao Wang2017-04-101-2/+12
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-141-3/+4
* Show diff when file: state=link changes the symlink target (#22243)Marius Gedminas2017-03-061-0/+2
* Avoid having module documentation links to itself (#21329)Dag Wieers2017-02-131-2/+2
* Removing an non-existing directory complains (#19014)Dag Wieers2017-01-271-1/+3
* Reduce the system calls performed by the "file" moduleMark Mielke2017-01-241-3/+3
* Fix differences with devel.Matt Clay2016-12-081-3/+3
* Refreshed metadata for core modulesToshio Kuratomi2016-12-081-0/+4
* Native YAML - files/file.py (#5799)Fabio Alessandro Locati2016-12-081-3/+2
* Set b_src to abspath of b_path so that symlinks work again. (#5678)jctanner2016-12-081-0/+1
* Examples syntax batch6 (#5623)Sam Doran2016-12-081-1/+2
* Change examples syntax on file moduleSam Doran2016-12-081-6/+26
* Python3 fixes to copy, file, and stat so that the connection integration test...Toshio Kuratomi2016-12-081-94/+102
* file module: add clarification on state=absent re files that do not exist.David Chwalisz2016-12-081-0/+1
* Convert the whole files/ directory to py3 syntax (#3685)Michael Scherer2016-12-081-9/+18
* Remove old test on SELinux (#3510)Michael Scherer2016-12-081-5/+0
* fixed typo, now correctly check isdirBrian Coca2016-12-081-1/+1
* added follow to specific modules that support itBrian Coca2016-12-081-0/+7
* adds diff info for file infoBrian Coca2016-12-081-14/+28
* fixed typo EEXISTS is actually EEXISTBrian Coca2016-12-081-1/+1
* Add documentation to 'file' AnsibleModule definition for internals.Charles Ferguson2016-12-081-9/+4
* Update documentation for 'file' module to include 'diff_peek'.Charles Ferguson2016-12-081-1/+6
* Fixed confusion in the docsvarnav2016-12-081-3/+3
* now captures any exceptions when trying to create directoriesBrian Coca2016-12-081-20/+24
* Handle race condition in directory creation.Matthew Gilliard2016-12-081-1/+8
* Proper author info for all remaining modulesGreg DeKoenigsberg2016-12-081-1/+3
* removes bool type from validate.Tristan Fisher2016-12-081-1/+1
* standardizes bools in argument_specTristan Fisher2016-12-081-1/+1
* Adding directory creation example to file module.Greg Taylor2016-12-081-0/+3
* minor docfixBrian Coca2016-12-081-1/+0
* Fix C() formatting typo in file moduleJames Bowes2016-12-081-1/+1
* fixed file module to use realpath when following links, readlink could be rel...Brian Coca2016-12-081-3/+3
* When recursing subdirectories, honor the follow parameter for setting file at...Toshio Kuratomi2016-12-081-8/+25
* Fixed Documentation issue concerning file mode when specified using numberica...Rahul Mehrotra2016-12-081-0/+1
* fix for allowing permissions on hard links and soft links + follow=yesBrian Coca2016-12-081-0/+8
* fix for when state=directory, follow=yes and target is symlink to directoryBrian Coca2016-12-081-12/+23
* Files module: Allow touch on hardlinksJesse Buchanan2016-12-081-2/+2
* Fixes #9518 - "file state=directory" silently skips if it's currently a filesysadmin752016-12-081-0/+4
* Cannot readlink() on a hard linkToshio Kuratomi2016-12-081-1/+1
* Use original_basename to set the dest path even if src is not setToshio Kuratomi2016-12-081-8/+10
* file extensions!Michael DeHaan2016-12-081-0/+358