ansible/library/files
Stephen Fromm 2af6510ded Update stat module to handle symlinks
Add follow parameter to stat module that controls whether to follow
symlinks.  It defaults to no.
This then calls os.stat or os.lstat based on the value of follow.
Add lnk_source key/value pair if path is a symlink and follow=no.
Drop the statement that sets isdir=False and islnk=True when path is a
symlink that points to a directory.
2013-07-16 10:27:38 -07:00
..
assemble DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 2013-06-15 20:54:25 +02:00
copy validate files: fix usage error in example command 2013-06-26 13:24:15 -05:00
fetch fixing small mis-spelling 2013-07-01 21:33:25 -05:00
file broken docs in files/file module! 2013-07-01 12:18:07 +02:00
ini_file Revert "ini_file: add support for lists of options/values" 2013-07-05 12:04:07 -04:00
lineinfile DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 2013-06-15 20:54:25 +02:00
stat Update stat module to handle symlinks 2013-07-16 10:27:38 -07:00
template validate files: fix usage error in example command 2013-06-26 13:24:15 -05:00