keep current version of pip

This commit is contained in:
Dale McDiarmid 2017-08-16 13:07:38 +01:00
parent 87e32dc241
commit ec27bc3fe4

View file

@ -66,10 +66,9 @@ platforms:
- sed -ri 's/^#?UsePAM .*/UsePAM no/' /etc/ssh/sshd_config - sed -ri 's/^#?UsePAM .*/UsePAM no/' /etc/ssh/sshd_config
- rm /etc/yum.repos.d/epel*repo /etc/yum.repos.d/puppetlabs-pc1.repo - rm /etc/yum.repos.d/epel*repo /etc/yum.repos.d/puppetlabs-pc1.repo
- yum -y install initscripts - yum -y install initscripts
- yum clean all
- pip install --upgrade pip
- pip install jmespath
- yum -y remove ansible - yum -y remove ansible
- yum clean all
- pip install jmespath
volume: <%=ENV['ES_XPACK_LICENSE_FILE']%>:/tmp/license.json volume: <%=ENV['ES_XPACK_LICENSE_FILE']%>:/tmp/license.json
run_command: "/usr/sbin/init" run_command: "/usr/sbin/init"
privileged: true privileged: true