No description
Find a 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.
2013-07-16 10:27:38 -07:00
cloud Merge pull request #3508 from ipauldev/devel 2013-07-12 08:20:33 -07:00
commands Docs: consistently format playbook EXAMPLES 2013-06-17 08:53:46 +02:00
database Fixed #3433. Using get_bin_path, removed uneeded imports, "module" is inlined, misc other style improvements. 2013-07-05 13:22:44 -04:00
files Update stat module to handle symlinks 2013-07-16 10:27:38 -07:00
internal * Updated all ansible.cc references in the documentation to point 2013-06-19 19:34:02 -06:00
inventory Remove a trailing quote 2013-06-26 15:09:00 -07:00
messaging Doc: rabbitmq_user pw change and force 2013-06-23 11:05:09 -04:00
monitoring Remove unnecesary call 2013-07-06 22:12:30 +02:00
net_infrastructure Fixup documentation YAML 2013-06-30 19:00:43 -04:00
network * Updated all ansible.cc references in the documentation to point 2013-06-19 19:34:02 -06:00
notification added a provision for passing a server password to IRC 2013-06-26 14:16:59 +00:00
packaging Fixing your YAML Seth :) 2013-07-15 13:16:37 -04:00
source_control Merge pull request #3432 from jlund/hg-spelling 2013-07-11 05:26:57 -07:00
system fix missing json module for issue #3363 print JSON error as string instead 2013-07-15 16:50:31 +02:00
utilities Update fail docs for new syntax 2013-07-08 14:22:05 -07:00
web_infrastructure Styling: trailing spaces 2013-06-30 18:52:57 -04:00