From 64af5e18be2589d8e0d2a6fe4543f05199b5e536 Mon Sep 17 00:00:00 2001 From: Warren Usui Date: Wed, 29 Mar 2017 23:32:34 +0000 Subject: [PATCH] Add missing run.Raw() to ceph_ansible.py Fixes issue: #19425 Signed-off-by: Warren Usui --- teuthology/task/ceph_ansible.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index 0d210f4988..62945492d4 100644 --- a/teuthology/task/ceph_ansible.py +++ b/teuthology/task/ceph_ansible.py @@ -351,7 +351,7 @@ class CephAnsible(Task): run.Raw(';'), 'pip', 'install', - 'setuptools>=11.3', + run.Raw('setuptools>=11.3'), run.Raw(ansible_ver), run.Raw(';'), run.Raw(str_args) -- 2.39.5