From be8e2606bf13419e00885de9f832eb7f63687299 Mon Sep 17 00:00:00 2001 From: Michael Russell Date: Thu, 1 Feb 2018 16:00:26 +0100 Subject: [PATCH] Upgrade to the latest ansible version --- .kitchen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kitchen.yml b/.kitchen.yml index 217bcd83..3f303e07 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -10,7 +10,7 @@ provisioner: require_ansible_omnibus: false require_ansible_source: false require_pip: true - ansible_version: 2.3.2.0 + ansible_version: 2.4.3.0 http_proxy: <%= ENV['HTTP_PROXY'] %> https_proxy: <%= ENV['HTTPS_PROXY'] %> no_proxy: localhost,127.0.0.1