diff --git a/docsite/rst/playbooks_roles.rst b/docsite/rst/playbooks_roles.rst index 526572dce6..c654420655 100644 --- a/docsite/rst/playbooks_roles.rst +++ b/docsite/rst/playbooks_roles.rst @@ -39,7 +39,7 @@ Tasks and plays both use the `include` keyword, but implement the keyword differ # this is a 'play' include - include: listofplays - - name: antoher play + - name: another play hosts: all tasks: - debug: msg=hello