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/files
James Cammarata 10074d3622 Fix linking issue to directories in file module
The os.path.isdir() returns True for symlinks that point to directories,
so we also need to check to make sure it's not a symlink too.

Fixes #7657
12 years ago
..
acl Whitespace fixes in incompatible param check 12 years ago
assemble assemble module: fix insertion of newlines when not needed. 12 years ago
copy Ensure the validation string has %s in it 12 years ago
fetch There's a cleaner way to do this, commit to module formatter pending. 12 years ago
file Fix linking issue to directories in file module 12 years ago
ini_file Addresses #5023 Fix import comments 12 years ago
lineinfile Ensure the validation string has %s in it 12 years ago
replace Ensure the validation string has %s in it 12 years ago
stat now stat skips md5 if file isn't readable 12 years ago
synchronize Minor tweak to rsync_path construction in synchronize module 12 years ago
template Fixes #6929 remote file module doc fragments from copy and template 12 years ago
unarchive Get the bin path for commands in the unarchive module 12 years ago
xattr Addresses #5023 Fix import comments 12 years ago