Michael DeHaan
41140c94a6
"touch" option on file is new in 1.4
2013-10-04 08:45:05 -04:00
James Cammarata
d83b7b4009
Change touched -> touch for new file state, and cleaning up docs
2013-09-22 09:16:07 -05:00
René Moser
958abc8a9a
file: added file attributes in state=touched
2013-09-22 12:54:24 +02:00
René Moser
4a61481498
file: skip in check_mode if state=touched
2013-09-22 12:53:49 +02:00
René Moser
ddd35b187c
file: implemented state=touched. Closes GH-4097
2013-09-21 15:07:50 +02:00
Brian Coca
0121b96b1a
now correctly detects hard links
...
simplified check_mode
simplified other file attribute handling in link mode
made conditionals clearer
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
2013-08-15 23:39:02 -04:00
Ben Podoll
5c3addac8d
fixing problem causing docs not to build
2013-08-12 12:17:34 -05:00
Ben Podoll
29f41cf273
adding a little more info to the 'path' param so it's clear there are aliases (which are used in other examples) to avoid confusion
2013-08-12 11:45:32 -05:00
Michael DeHaan
3b3ff552f2
Remove reference to 'context' since it's not implemented.
2013-07-21 11:52:22 -04:00
Michael DeHaan
be35a035b3
Revert "Fix inconsistent json output"
...
Breaks recursion parameter on file.
This reverts commit e7226e104e
.
2013-07-20 18:08:42 -04:00
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).
2013-07-12 21:23:34 +02:00
Jan-Piet Mens
e788a5d930
broken docs in files/file module!
...
remove obsolete examples: key
2013-07-01 12:18:07 +02:00
Michael DeHaan
51a7086c95
Merge branch 'files_force' of git://github.com/rhaido/ansible into devel
2013-06-30 19:24:37 -04:00
Michael DeHaan
90c1701f1c
Styling: indentation
2013-06-30 18:51:11 -04:00
Mike Grozak
da2fb08d47
Fixed typo
2013-06-20 12:46:23 +02:00
Mike Grozak
58618eef8d
Updated documentaion for the file module
2013-06-20 12:46:23 +02:00
Mike Grozak
ee813d3bd7
added possibility to force symlinks to none-existent destination (which might appear later)
2013-06-20 12:43:23 +02:00
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'
2013-06-20 12:43:23 +02:00
Michael DeHaan
393bfd59b7
Merge branch 'file_hard' of git://github.com/bcoca/ansible into devel
...
Conflicts:
library/files/file
2013-06-18 20:31:05 -04:00
Michael DeHaan
152db00ed9
Merge remote branch 'origin' into devel
...
Conflicts:
library/web_infrastructure/django_manage
2013-06-16 22:15:30 -04:00
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
2013-06-15 20:54:25 +02:00
Brian Coca
45a7f23b73
Added hardlink option
...
Also a bit nicer now with failures
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
2013-06-15 11:14:34 -04:00
Serge van Ginderachter
f8f9e7167d
docfix on file module, aliases for path parameter
2013-06-14 20:45:58 +02:00
Michael DeHaan
151038471f
Improve check mode reporting for directories and file modes.
2013-05-11 15:05:00 -04:00
Michael DeHaan
cd97a4cb14
Allow modules to be categorized, and also sort them when generating the documentation.
2013-04-28 15:03:45 -04:00