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/library
Josh Kuhn 517e4af2cf Added -FF flag to rsync invocation in synchronize
The `-FF` option causes rsync to look for files in the source directory named `.rsync-filter` and uses them to filter directories underneath them. If no `.rsync-filter` files are found, the behavior is identical to the command run without the -FF option. This flag does not sync the .rsync-filter files themselves.

This change should be backwards compatible and not produce surprising behavior for users, since they are unlikely to create `.rsync-filter` files unintentionally.
11 years ago
..
cloud Add missing exception name 11 years ago
commands Add version_added to all modules missing version_added information, the docs formatter will now 11 years ago
database Add version_added to all modules missing version_added information, the docs formatter will now 11 years ago
files Added -FF flag to rsync invocation in synchronize 11 years ago
internal Correct documentation URLs 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 Fix pep8 E701 errors in bigip_monitor_http 11 years ago
network Add version_added to all modules missing version_added information, the docs formatter will now 11 years ago
notification Add version_added to all modules missing version_added information, the docs formatter will now 11 years ago
packaging Merge pull request #4985 from zakkie/devel 11 years ago
source_control Addresses #5036 fix typo in git module 11 years ago
system Fixes #5021 safely split hostkeys with quotes 11 years ago
utilities Remove Python 2.4-incompatible 'with' statement 11 years ago
web_infrastructure Reports changed status from django_manage migrate 11 years ago