From 5a41575b6d36d891466398e84ef768635524cfcf Mon Sep 17 00:00:00 2001 From: Kerim Satirli Date: Wed, 22 Feb 2017 08:57:34 +0100 Subject: [PATCH] typo fix `anisble` -> `ansible` --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07a19dedc..c4db2bbbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]