New changelog additions from today's merging
This commit is contained in:
parent
25f52d79d1
commit
b749af0b10
2 changed files with 12 additions and 1 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -47,6 +47,17 @@ Ansible Changes By Release
|
|||
* "template override" ??
|
||||
* lots of documentation tweaks
|
||||
* 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"
|
|||
options:
|
||||
name:
|
||||
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
|
||||
default: null
|
||||
aliases: [ 'key' ]
|
||||
|
|
Loading…
Reference in a new issue