From fffb6678f12999bc1f915905015420b27fd9dc22 Mon Sep 17 00:00:00 2001
From: chenxing <chason.chan@foxmail.com>
Date: Tue, 14 May 2019 17:23:41 +0800
Subject: [PATCH] Tiny fix of quickstart guide

Remove some unexpected indents.

Change-Id: I50b8239ab7270814ffc8be9affb3bd28ce1f855b
---
 doc/source/user/quickstart.rst | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/source/user/quickstart.rst b/doc/source/user/quickstart.rst
index 4f8fff50a..31870cca1 100644
--- a/doc/source/user/quickstart.rst
+++ b/doc/source/user/quickstart.rst
@@ -253,13 +253,13 @@ For best results, Ansible configuration should be tuned for your environment.
 For example, add the following options to the Ansible configuration file
 ``/etc/ansible/ansible.cfg``:
 
-   .. path /etc/ansible/ansible.cfg
-   .. code-block:: ini
+.. path /etc/ansible/ansible.cfg
+.. code-block:: ini
 
-      [defaults]
-      host_key_checking=False
-      pipelining=True
-      forks=100
+   [defaults]
+   host_key_checking=False
+   pipelining=True
+   forks=100
 
 Further information on tuning Ansible is available `here
 <https://www.ansible.com/blog/ansible-performance-tuning>`__.
-- 
GitLab