From d79b1ce82acd8d38395c1f0f6d6294aede67aed6 Mon Sep 17 00:00:00 2001 From: doftmoon Date: Fri, 22 Aug 2025 23:25:50 +0300 Subject: [PATCH] fix: typo in scenario_guide.rst (#1118) the duplication typo in listing (cherry picked from commit fdf9f834549972dff86e06dad6550f32dbe0e849) --- docs/docsite/rst/scenario_guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/scenario_guide.rst b/docs/docsite/rst/scenario_guide.rst index c9e500b9..f934f4d8 100644 --- a/docs/docsite/rst/scenario_guide.rst +++ b/docs/docsite/rst/scenario_guide.rst @@ -95,7 +95,7 @@ The following example shows how the module default group can be used in a playbo .. code-block:: yaml+jinja --- - - name: Pull and image and start the container + - name: Pull image and start the container hosts: localhost gather_facts: false module_defaults: