From 89d2044dc676fb88cad6ac81bd4891b4c54c16d0 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 22:38:53 +0200 Subject: [PATCH] fix: typo in scenario_guide.rst (#1118) (#1119) the duplication typo in listing (cherry picked from commit fdf9f834549972dff86e06dad6550f32dbe0e849) Co-authored-by: doftmoon --- 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: