]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Fix typo in last change
authorWarren Usui <wusui@redhat.com>
Tue, 28 Nov 2017 04:32:31 +0000 (04:32 +0000)
committerWarren Usui <wusui@redhat.com>
Tue, 28 Nov 2017 04:32:31 +0000 (04:32 +0000)
teuthology/task/ceph_ansible.py

index 3353df75e89e9597136917a93cdc83b510955346..70b0e85046e3e9c121a63d7a6635cda352dee66b 100644 (file)
@@ -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)
         ])