ansible/files
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
..
assemble DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 2013-06-15 20:54:25 +02:00
copy validate files: fix usage error in example command 2013-06-26 13:24:15 -05:00
fetch fixing small mis-spelling 2013-07-01 21:33:25 -05:00
file Fix inconsistent json output 2013-07-12 21:23:34 +02:00
ini_file Revert "ini_file: add support for lists of options/values" 2013-07-05 12:04:07 -04:00
lineinfile DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 2013-06-15 20:54:25 +02:00
stat files/stat: add pw_name and md5 sum to stat, and add meaningful? example 2013-07-03 21:07:45 +02:00
template validate files: fix usage error in example command 2013-06-26 13:24:15 -05:00