From 09ef7f4497a759b368e7a4e53333183f6140f08c Mon Sep 17 00:00:00 2001 From: Warren Usui Date: Thu, 30 Nov 2017 22:43:13 +0000 Subject: [PATCH] more changes --- 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 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) -- 2.39.5