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

View File

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