From: Warren Usui Date: Thu, 30 Nov 2017 22:43:13 +0000 (+0000) Subject: more changes X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=09ef7f4497a759b368e7a4e53333183f6140f08c;p=teuthology.git more changes --- diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index d0261e8af2..5cc4e4e9a2 100644 --- a/teuthology/task/ceph_ansible.py +++ b/teuthology/task/ceph_ansible.py @@ -448,7 +448,7 @@ class CephAnsible(Task): #run.Raw(';'), ]) ceph_installer.run(args=[ - run.Raw('ls ~/ansible') + run.Raw('ls ~/ceph-ansible') ]) log.info('right before this command:') log.info(str_args)