From: Vasu Kulkarni Date: Wed, 19 Dec 2018 16:58:54 +0000 (-0800) Subject: add a missing comma :( X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ed8061baa3885b13cc405262c14f82b1546e8e8c;p=teuthology.git add a missing comma :( Signed-off-by: Vasu Kulkarni --- diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index 87f1db909..79b46e8dd 100644 --- a/teuthology/task/ceph_ansible.py +++ b/teuthology/task/ceph_ansible.py @@ -133,7 +133,7 @@ class CephAnsible(Task): args = [ 'ANSIBLE_STDOUT_CALLBACK=debug', 'ansible-playbook', '-vv', - '-e', 'check_firewall=false' + '-e', 'check_firewall=false', '-i', 'inven.yml', 'site.yml' ] log.debug("Running %s", args)