Fix list formatting in Getting Started docs page (#65713)

This commit is contained in:
Steve Leonard 2019-12-13 06:52:52 +08:00 committed by Alicia Cozine
parent c3c1708dea
commit af1c788ba7

View file

@ -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`.