From 24a42bb25e574428b828e11b7cf14e2ed8cde415 Mon Sep 17 00:00:00 2001 From: taso <74918216+tasoint@users.noreply.github.com> Date: Tue, 20 Sep 2022 23:04:24 +0900 Subject: [PATCH] fix network_connection_options text (#78813) --- .../rst/network/getting_started/network_connection_options.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/network/getting_started/network_connection_options.rst b/docs/docsite/rst/network/getting_started/network_connection_options.rst index c23e7307a9d..bdfb93cb97b 100644 --- a/docs/docsite/rst/network/getting_started/network_connection_options.rst +++ b/docs/docsite/rst/network/getting_started/network_connection_options.rst @@ -42,7 +42,7 @@ Using the global configuration (in :file:`ansible.cfg`) .. code-block:: ini - [persistent_connection ] + [persistent_connection] command_timeout = 30 See :ref:`ansible_variable_precedence` for details on the relative precedence of each of these variables. See the individual connection type to understand each option.