From a635d3ce9e8a91e6f879dc4d6cd001f7a11e1a33 Mon Sep 17 00:00:00 2001 From: Warren Usui Date: Tue, 28 Nov 2017 04:32:31 +0000 Subject: [PATCH] Fix typo in last change --- teuthology/task/ceph_ansible.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index 3353df75e..70b0e8504 100644 --- a/teuthology/task/ceph_ansible.py +++ b/teuthology/task/ceph_ansible.py @@ -440,8 +440,7 @@ class CephAnsible(Task): 'pip', 'install', run.Raw('"setuptools>=11.3"'), - run.Raw('"%s" % ansible_ver'), - run.Raw(ansible_ver), + run.Raw('"%s"' % ansible_ver), run.Raw(';'), run.Raw(str_args) ]) -- 2.47.3