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
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.
13 years ago
cloud Merge pull request #3508 from ipauldev/devel 13 years ago
commands Docs: consistently format playbook EXAMPLES 13 years ago
database Fixed #3433. Using get_bin_path, removed uneeded imports, "module" is inlined, misc other style improvements. 13 years ago
files Update stat module to handle symlinks 13 years ago
internal * Updated all ansible.cc references in the documentation to point 13 years ago
inventory Remove a trailing quote 13 years ago
messaging Doc: rabbitmq_user pw change and force 13 years ago
monitoring Remove unnecesary call 13 years ago
net_infrastructure Fixup documentation YAML 13 years ago
network * Updated all ansible.cc references in the documentation to point 13 years ago
notification added a provision for passing a server password to IRC 13 years ago
packaging Fixing your YAML Seth :) 13 years ago
source_control Merge pull request #3432 from jlund/hg-spelling 13 years ago
system fix missing json module for issue #3363 print JSON error as string instead 13 years ago
utilities Update fail docs for new syntax 13 years ago
web_infrastructure Styling: trailing spaces 13 years ago