From fdf9f834549972dff86e06dad6550f32dbe0e849 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 --- 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 e17bae56..1d77daf2 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: