From f54343101630f7004c54d2850e4cd8287eae6ccb Mon Sep 17 00:00:00 2001 From: Warren Usui Date: Fri, 1 Dec 2017 00:38:40 +0000 Subject: [PATCH] add comma --- 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 0759fad0c..267779db3 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 ~/ceph-ansible') + run.Raw('ls ~/ceph-ansible'), run.Raw('>'), run.Raw('/tmp/cephanslog.wsu') ]) -- 2.47.3