Commit b749af0b by Michael DeHaan

New changelog additions from today's merging

parent 25f52d79
...@@ -47,6 +47,17 @@ Ansible Changes By Release ...@@ -47,6 +47,17 @@ Ansible Changes By Release
* "template override" ?? * "template override" ??
* lots of documentation tweaks * lots of documentation tweaks
* handle tilde shell character for --private-key * handle tilde shell character for --private-key
* get_url module can now send user/password authorization
* new ec2_facts module
* hg module now in core
* ec2 module can now deploy multiple simultaneous instances
* fix for apt_key modules stalling in some situations
* hash merging policy is now selectable in the config file, can choose to override or merge
* ec2 module is now powered by Boto
* fix to enable Jinja2 {% include %} to work again
* added pkgin module for Joyent SmartOS
* setup module can now detect if package manager is using pacman
* ... * ...
......
...@@ -29,7 +29,7 @@ version_added: "0.6" ...@@ -29,7 +29,7 @@ version_added: "0.6"
options: options:
name: name:
description: description:
- "this is the short path, decimal seperated, to the sysctl entry, ex: C(vm.swappiness)" - this is the short path, decimal seperated, to the sysctl entry
required: true required: true
default: null default: null
aliases: [ 'key' ] aliases: [ 'key' ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment