From 4d6807a6b0f6beb5dade129cf476f6f1ece10935 Mon Sep 17 00:00:00 2001 From: Alicia Cozine <879121+acozine@users.noreply.github.com> Date: Wed, 2 Jan 2019 12:28:35 -0600 Subject: [PATCH] uses correct highlighting (#50457) --- docs/docsite/rst/installation_guide/intro_configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/installation_guide/intro_configuration.rst b/docs/docsite/rst/installation_guide/intro_configuration.rst index 7e9fe8370af..ef37ff5fffa 100644 --- a/docs/docsite/rst/installation_guide/intro_configuration.rst +++ b/docs/docsite/rst/installation_guide/intro_configuration.rst @@ -24,8 +24,8 @@ Paths where configuration file is searched are listed in :ref:`reference documen Getting the latest configuration -------------------------------- -If installing Ansible from a package manager, the latest ansible.cfg file should be present in /etc/ansible, possibly -as a ".rpmnew" file (or other) as appropriate in the case of updates. +If installing Ansible from a package manager, the latest ``ansible.cfg`` file should be present in ``/etc/ansible``, possibly +as a ``.rpmnew`` file (or other) as appropriate in the case of updates. If you installed Ansible from pip or from source, you may want to create this file in order to override default settings in Ansible.