From ec27bc3fe4dbf738effb31637044efdc6cba7c27 Mon Sep 17 00:00:00 2001 From: Dale McDiarmid Date: Wed, 16 Aug 2017 13:07:38 +0100 Subject: [PATCH] keep current version of pip --- .kitchen.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.kitchen.yml b/.kitchen.yml index 3727dd4..44d127f 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -66,10 +66,9 @@ platforms: - sed -ri 's/^#?UsePAM .*/UsePAM no/' /etc/ssh/sshd_config - rm /etc/yum.repos.d/epel*repo /etc/yum.repos.d/puppetlabs-pc1.repo - yum -y install initscripts - - yum clean all - - pip install --upgrade pip - - pip install jmespath - yum -y remove ansible + - yum clean all + - pip install jmespath volume: <%=ENV['ES_XPACK_LICENSE_FILE']%>:/tmp/license.json run_command: "/usr/sbin/init" privileged: true