ansible/files
Paul Sokolovsky e2b38ff41a copy: Implement recursive copying if src is a directory.
If src param to copy is a directory, all files under it are collected
and pushed one by one to target. Source dir path handled in a way
simalar to rsync: if it ends with slash, only inside contents of
directory are copied to destination, otherwise the dir itself is
copied (with all contents of course). Original idea and implementation
by https://github.com/ansible/ansible/pull/1809 . Rewritten to address
review comments and simplify/correct logic.
2013-10-15 18:40:39 +03:00
..
acl Some minor doc updates for the acl module. 2013-10-14 11:36:48 -04:00
assemble Added a delimiter example and a version_added string for assemble 2013-09-23 15:32:36 -05:00
copy copy: Implement recursive copying if src is a directory. 2013-10-15 18:40:39 +03:00
fetch Fixed a typo in the fetch module documentation 2013-10-02 16:02:18 -06:00
file Assume state='directory' if recurse is set and previous state was 'directory' 2013-10-11 15:56:14 -10:00
ini_file Revert "ini_file: add support for lists of options/values" 2013-07-05 12:04:07 -04:00
lineinfile Merge branch 'devel' of https://github.com/volker48/ansible into volker48-devel 2013-09-23 21:24:43 -05:00
stat expand user home path in stat. 2013-08-12 17:34:54 +10:00
template Fix typo, relative to absolute, fixes #4126 2013-10-08 08:40:22 -04:00
xattr Missed some typos in macros for the xattr doc 2013-08-20 00:50:56 -05:00