summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2020-06-16 11:34:01 -0700
committerTim Burke <tim.burke@gmail.com>2020-06-16 21:29:01 -0700
commit51a587ed8dd5700b558ad26d70dcb7facc0f91e4 (patch)
treeebcaf6bdaea09475a69edcd416d768be50b00e0c /tools
parent0bed59e3faae94b96f98bbbc61b09abe54453267 (diff)
downloadswift-51a587ed8dd5700b558ad26d70dcb7facc0f91e4.tar.gz
Use ensure-pip role
Hopefully this will fix the currently-broken probe test gate? Depends-On: https://review.opendev.org/#/c/736070/ Change-Id: Ib652534b35236fdb6bcab131c7dc08a079bf72f6
Diffstat (limited to 'tools')
-rw-r--r--tools/playbooks/common/install_dependencies.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/playbooks/common/install_dependencies.yaml b/tools/playbooks/common/install_dependencies.yaml
index bbec2d540..67dbcf6a9 100644
--- a/tools/playbooks/common/install_dependencies.yaml
+++ b/tools/playbooks/common/install_dependencies.yaml
@@ -14,12 +14,13 @@
# limitations under the License.
- hosts: all
become: true
+ roles:
+ - ensure-pip
tasks:
- name: installing dependencies
yum: name={{ item }} state=present
with_items:
- python-pyeclib
- - python-pip
- python-nose
- python-swiftclient