1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/library
Dag Wieers e7226e104e 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
..
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 Fix inconsistent json output 2013-07-12 21:23:34 +02: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 moved modules to net_infrastructure 2013-06-29 19:59:14 -04:00
notification added a provision for passing a server password to IRC 2013-06-26 14:16:59 +00:00
packaging Use the force=yes option for apt upgrade actions 2013-07-09 10:57:19 +02:00
source_control Merge pull request #3432 from jlund/hg-spelling 2013-07-11 05:26:57 -07:00
system Merge pull request #3426 from trbs/services_sleep_option 2013-07-12 08:18:22 -07: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