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.
 
 
 
 
 
Go to file
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
cloud Merge pull request #4346 from dmkoch/digitalocean-droplet-options 11 years ago
commands Allow for relative paths by using abspath 11 years ago
database Merge pull request #4342 from pileofrogs/devel 11 years ago
files copy: Implement recursive copying if src is a directory. 11 years ago
internal * Updated all ansible.cc references in the documentation to point 11 years ago
inventory Make add_host clear the inventory pattern cache, add some more aliases. Fixes #4442. 11 years ago
messaging Add missing version_added description in docs. 11 years ago
monitoring Monit fix - Use case insensitive comparison 11 years ago
net_infrastructure Remove examples of module antipattern of setting the choices array for boolean types. 11 years ago
network Fix issue 4433, make sure status is a int rather than a string 11 years ago
notification Remove examples of module antipattern of setting the choices array for boolean types. 11 years ago
packaging Merge pull request #4488 from renanivo/devel 11 years ago
source_control Fix Hg.__init__(...) reading value from self.hg_path 11 years ago
system Handle ssh key files that may only have a type/key specified 11 years ago
utilities Added "debug: var=variableName" capability. 11 years ago
web_infrastructure supervisorctl: user expansion on config filepath 11 years ago