You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
11 years ago
..
acl Some minor doc updates for the acl module. 11 years ago
assemble Added a delimiter example and a version_added string for assemble 11 years ago
copy copy: Implement recursive copying if src is a directory. 11 years ago
fetch Fixed a typo in the fetch module documentation 11 years ago
file Assume state='directory' if recurse is set and previous state was 'directory' 11 years ago
ini_file Revert "ini_file: add support for lists of options/values" 11 years ago
lineinfile Merge branch 'devel' of https://github.com/volker48/ansible into volker48-devel 11 years ago
stat expand user home path in stat. 11 years ago
template Fix typo, relative to absolute, fixes #4126 11 years ago
xattr Missed some typos in macros for the xattr doc 11 years ago