From f1b998bd580620b7a3adb752aec3ebd8690a4aee Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 12:43:11 +0100 Subject: [PATCH] docs typo, missing a space (#2004) (#2028) works either way, but it annoyed me so I fixed it (cherry picked from commit 071f4614808683f8afde22d16f2b97d9e83a9d8b) Co-authored-by: Douglas Griffith --- docs/docsite/rst/getting_started/yaml/first_playbook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/getting_started/yaml/first_playbook.yaml b/docs/docsite/rst/getting_started/yaml/first_playbook.yaml index d3ede278f3a..c7320bb3f02 100644 --- a/docs/docsite/rst/getting_started/yaml/first_playbook.yaml +++ b/docs/docsite/rst/getting_started/yaml/first_playbook.yaml @@ -6,4 +6,4 @@ - name: Print message ansible.builtin.debug: - msg: Hello world + msg: Hello world