Commit Graph

15 Commits (2cd5e23a5114d6fb19b9e1e802b09a557a84a19c)

Author SHA1 Message Date
Dag Wieers f38d7bc7f0 Fix inconsistent json output
The file module would in some cases return dest=/path/to/file, and in other cases return path=/path/to/file, this change makes it more consistent and in line with all the other file-related modules (i.e. copy, assemble, template, ...) by using dest= instead of path= as the input and output argument. (Of course, path is still there as an alias for compatibility).
11 years ago
Jan-Piet Mens e788a5d930 broken docs in files/file module!
remove obsolete examples: key
11 years ago
Michael DeHaan 51a7086c95 Merge branch 'files_force' of git://github.com/rhaido/ansible into devel 11 years ago
Michael DeHaan 90c1701f1c Styling: indentation 11 years ago
Mike Grozak da2fb08d47 Fixed typo 11 years ago
Mike Grozak 58618eef8d Updated documentaion for the file module 11 years ago
Mike Grozak ee813d3bd7 added possibility to force symlinks to none-existent destination (which might appear later) 11 years ago
Mike Grozak 4716b779f6 added force parameter to symlink invocation, in order to force the creation in case of already existing destination with the type of 'file' 11 years ago
Michael DeHaan 393bfd59b7 Merge branch 'file_hard' of git://github.com/bcoca/ansible into devel
Conflicts:
	library/files/file
11 years ago
Michael DeHaan 152db00ed9 Merge remote branch 'origin' into devel
Conflicts:
	library/web_infrastructure/django_manage
11 years ago
Jan-Piet Mens 3404a0fc16 DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition)
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string
  Added deprecation warning to moduledev.rst and remove deprecated example from it
  Fixed up a few typos and uppercased some acronyms.
  add consistency to how EXAMPLES are formatted
11 years ago
Brian Coca 45a7f23b73 Added hardlink option
Also a bit nicer now with failures
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
11 years ago
Serge van Ginderachter f8f9e7167d docfix on file module, aliases for path parameter 11 years ago
Michael DeHaan 151038471f Improve check mode reporting for directories and file modes. 12 years ago
Michael DeHaan cd97a4cb14 Allow modules to be categorized, and also sort them when generating the documentation. 12 years ago