Tiny fix of quickstart guide

Remove some unexpected indents.

Change-Id: I50b8239ab7270814ffc8be9affb3bd28ce1f855b
This commit is contained in:
chenxing 2019-05-14 17:23:41 +08:00
parent d12e3ef67a
commit fffb6678f1
1 changed files with 6 additions and 6 deletions

View File

@ -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 For example, add the following options to the Ansible configuration file
``/etc/ansible/ansible.cfg``: ``/etc/ansible/ansible.cfg``:
.. path /etc/ansible/ansible.cfg .. path /etc/ansible/ansible.cfg
.. code-block:: ini .. code-block:: ini
[defaults] [defaults]
host_key_checking=False host_key_checking=False
pipelining=True pipelining=True
forks=100 forks=100
Further information on tuning Ansible is available `here Further information on tuning Ansible is available `here
<https://www.ansible.com/blog/ansible-performance-tuning>`__. <https://www.ansible.com/blog/ansible-performance-tuning>`__.