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
Stephen Fromm d43f5d3ab7 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.
11 years ago
..
assemble DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 12 years ago
copy validate files: fix usage error in example command 12 years ago
fetch fixing small mis-spelling 12 years ago
file broken docs in files/file module! 12 years ago
ini_file Revert "ini_file: add support for lists of options/values" 12 years ago
lineinfile DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 12 years ago
stat Update stat module to handle symlinks 11 years ago
template validate files: fix usage error in example command 12 years ago