Pin versions of setuptools and virtualenv

The latest version of setuptools can break Ironic API on the Undercloud.

See this BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1561020

Change-Id: I9ec626fe79be3f0b4f37cf0eeebafe1823a02865
This commit is contained in:
akrzos 2018-03-28 08:15:01 -04:00
parent 438f20a451
commit 7556a3161f
1 changed files with 6 additions and 4 deletions

View File

@ -34,12 +34,14 @@
- name: Update virtualenv and setuptools
pip:
name: "{{item}}"
state: latest
name: "{{item.name}}"
version: "{{item.version}}"
become: true
with_items:
- virtualenv
- setuptools
- name: virtualenv
version: 15.2.0
- name: setuptools
version: 38.7.0
- name: Determine if browbeat directory exists already
stat: