From af1c788ba768757b0a3280dd854e296a02ecc014 Mon Sep 17 00:00:00 2001 From: Steve Leonard Date: Fri, 13 Dec 2019 06:52:52 +0800 Subject: [PATCH] Fix list formatting in Getting Started docs page (#65713) --- docs/docsite/rst/user_guide/intro_getting_started.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docsite/rst/user_guide/intro_getting_started.rst b/docs/docsite/rst/user_guide/intro_getting_started.rst index b7a986265c7..158295f31ab 100644 --- a/docs/docsite/rst/user_guide/intro_getting_started.rst +++ b/docs/docsite/rst/user_guide/intro_getting_started.rst @@ -47,10 +47,10 @@ Confirm that you can connect using SSH to all the nodes in your inventory using Beyond the basics ----------------- You can override the default remote user name in several ways, including: -* passing the ``-u`` parameter at the command line -* setting user information in your inventory file -* setting user information in your configuration file -* setting environment variables + * passing the ``-u`` parameter at the command line + * setting user information in your inventory file + * setting user information in your configuration file + * setting environment variables See :ref:`general_precedence_rules` for details on the (sometimes unintuitive) precedence of each method of passing user information. You can read more about connections in :ref:`connections`.