]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
add a missing comma :(
authorVasu Kulkarni <vasu@redhat.com>
Wed, 19 Dec 2018 16:58:54 +0000 (08:58 -0800)
committerVasu Kulkarni <vasu@redhat.com>
Thu, 14 Feb 2019 20:28:12 +0000 (12:28 -0800)
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
teuthology/task/ceph_ansible.py

index 87f1db9095d8740fb74ffd01a7ba106dceef1ff4..79b46e8dd9396e19961737ae2717adbfc97684f8 100644 (file)
@@ -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)