Merge pull request #4579 from ksatirli/patch-2

typo fix `anisble` -> `ansible`
This commit is contained in:
Rickard von Essen 2017-02-22 09:15:06 +01:00 committed by GitHub
commit 636fc3dca2
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
* communicator/winrm: support ProxyFromEnvironment. [GH-4463]
* builder/amazon: Add BuildRegion and SourceAMI template variables. [GH-4399]
* VNC: make VNC links clickable in terminal. [GH-4497] [GH-4498]
* provisioner/anisble: use randomized staging dir [GH-4472]
* provisioner/ansible: use randomized staging dir [GH-4472]
* builder/googlecompute: Add `on_host_maintenance` option. [GH-4544]
* post-processor/amazon-import: support AMI attributes on import [GH-4216]
* builder/openstack: add reuse_ips option to try to re-use existing IPs. [GH-4564]