From: Brad Hubbard Date: Tue, 28 Jan 2020 00:58:13 +0000 (+1000) Subject: ceph_ansible: Make ceph_installer.run args consistent X-Git-Tag: 1.1.0~162^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1401%2Fhead;p=teuthology.git ceph_ansible: Make ceph_installer.run args consistent Fixes: https://tracker.ceph.com/issues/43798 Signed-off-by: Brad Hubbard --- diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index b6af083dd..7a30a09ab 100644 --- a/teuthology/task/ceph_ansible.py +++ b/teuthology/task/ceph_ansible.py @@ -466,9 +466,9 @@ class CephAnsible(Task): # copy extra vars to groups/all ceph_installer.put_file(self.extra_vars_file, 'ceph-ansible/group_vars/all') # print for debug info - ceph_installer.run(args=('cat', 'ceph-ansible/inven.yml')) - ceph_installer.run(args=('cat', 'ceph-ansible/site.yml')) - ceph_installer.run(args=('cat', 'ceph-ansible/group_vars/all')) + ceph_installer.run(args=['cat', 'ceph-ansible/inven.yml']) + ceph_installer.run(args=['cat', 'ceph-ansible/site.yml']) + ceph_installer.run(args=['cat', 'ceph-ansible/group_vars/all']) def _create_rbd_pool(self): mon_node = self.ceph_first_mon