summaryrefslogtreecommitdiff
path: root/files
Commit message (Expand)AuthorAgeFilesLines
* added a reference to the template module for clarityAdam Fields2015-12-111-1/+1
* Simplify logic to handle options set to empty stringToshio Kuratomi2015-10-261-12/+15
* use the right way to unescape line stringjaypei2015-09-101-13/+1
* stat doc fixBrian Coca2015-05-281-4/+4
* generic fix for Exceptions that heppen when trying to set permissions on extr...Brian Coca2015-05-111-1/+4
* Fix stat code to return name of group owning the file rather than name of gro...Toshio Kuratomi2015-03-251-1/+1
* fix to return vals docsBrian Coca2015-03-201-2/+2
* Merge pull request #7 from Ernest0x/patch-1Brian Coca2015-03-061-1/+1
|\
| * synchronize: use a single -F instead of -FFPetros Moisiadis2014-09-281-1/+1
* | Clarify the documented behaviour of insertbefore slightly.Toshio Kuratomi2015-03-031-2/+2
* | Merge pull request #411 from p-tr0/develToshio Kuratomi2015-03-031-10/+9
|\ \
| * | update docs for insertbefore/insertafterPiotr Gosławski2014-12-041-5/+7
| * | Fix behavior when insert* doesn't match anythingPiotr Gosławski2014-11-301-5/+2
* | | Merge pull request #855 from bcoca/file_rellink_fixesBrian Coca2015-02-261-3/+3
|\ \ \
| * | | fixed file module to use realpath when following links,Brian Coca2015-02-261-3/+3
* | | | Merge branch 'feature/ini_file_change_mode_support' of https://github.com/blx...James Cammarata2015-02-261-6/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Added check mode support to the ini_file moduleblxd2015-02-231-6/+7
* | | | fixed typo on isgidBrian Coca2015-02-201-1/+1
* | | | fixed issues with stats return docs as per feedbackBrian Coca2015-02-201-3/+13
* | | | removed always for success, as data wont show on failBrian Coca2015-02-203-10/+183
* | | | draft for documenting module returnsBrian Coca2015-02-202-0/+70
|/ / /
* | | Doc change - make clearer usage for existing remote filemrsheepuk2015-02-171-4/+4
* | | fetch: fix the flat parameter descriptionGauvain Pocentek2015-02-171-4/+4
* | | Fix for recursion traceback in copy with relative pathsToshio Kuratomi2015-02-161-1/+1
* | | 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
|/ / /
* | | Merge pull request #295 from techtonik/patch-3Brian Coca2015-01-291-0/+3
|\ \ \
| * | | acl: Fix X support in ACL permissionsanatoly techtonik2014-11-101-0/+3
* | | | Prefer gtar to tarToshio Kuratomi2015-01-261-1/+5
* | | | Fix #10059 - replace module does not obey follow=yessysadmin752015-01-231-0/+2
* | | | Standardize class names on Archive suffix.Toshio Kuratomi2015-01-211-9/+9
* | | | Add detection of uid,gid,mode changes when deciding whether an archiveToshio Kuratomi2015-01-141-4/+27
* | | | Implement user,group,mode,selinux settings for unarchive.Toshio Kuratomi2015-01-141-29/+62
* | | | 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
* | | | | Merge pull request #514 from jbradberry/issue9546Toshio Kuratomi2014-12-161-1/+4
|\ \ \ \ \
| * | | | | Fix breakage in lineinfile check mode when target file does not exist.Jeff Bradberry2014-12-141-1/+4
* | | | | | Fixes #9518 - "file state=directory" silently skips if it's currently a filesysadmin752014-12-131-0/+4
|/ / / / /
* | | | | Merge pull request #36 from mscherer/fix_old_9092Brian Coca2014-12-111-1/+1
|\ \ \ \ \
| * | | | | Fix old ticket #9092 where a playbook can enter in recursionMichael Scherer2014-09-291-1/+1
| | |_|_|/ | |/| | |
* | | | | Fix documentation formattingToshio Kuratomi2014-12-101-4/+4
| |/ / / |/| | |
* | | | Note that `rsync` must be installed on both local & remote machinefollower2014-12-051-0/+1
* | | | Merge pull request #17 from cooniur/develBrian Coca2014-12-011-0/+4
|\ \ \ \
| * | | | Added support of returning owner's group name in stat moduleTongliang Liu2014-09-291-0/+4
| |/ / /
* | | | Merge pull request #10 from techtonik/patch-1Brian Coca2014-12-011-0/+1
|\ \ \ \
| * | | | files.stat: Expose path in returned resultanatoly techtonik2014-09-291-0/+1
| |/ / /
* | | | Fix lineinfile documentation typoEric2014-11-291-1/+1
| |_|/ |/| |