From 3096cb781682a23d92d371d5bf97fb40291ad99f Mon Sep 17 00:00:00 2001 From: Vasu Kulkarni Date: Thu, 6 Jul 2017 14:18:25 -0700 Subject: [PATCH] correct the doc to fix the overrides name Signed-off-by: Vasu Kulkarni --- teuthology/task/ansible.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/teuthology/task/ansible.py b/teuthology/task/ansible.py index 560d8cb263..ac8f0ce187 100644 --- a/teuthology/task/ansible.py +++ b/teuthology/task/ansible.py @@ -358,8 +358,9 @@ class CephLab(Ansible): __doc__ = """ A very simple subclass of Ansible that defaults to: - - ansible: + - ansible.cephlab: repo: {git_base}ceph-cm-ansible.git + branch: master playbook: cephlab.yml If a dynamic inventory is used, all hosts will be assigned to the -- 2.39.5