diff --git a/docs/docsite/rst/playbooks_roles.rst b/docs/docsite/rst/playbooks_roles.rst index b2d6b3ca4be..d0c4c26285d 100644 --- a/docs/docsite/rst/playbooks_roles.rst +++ b/docs/docsite/rst/playbooks_roles.rst @@ -37,7 +37,7 @@ Task versus Play includes Tasks and plays both use the `include` keyword, but implement the keyword differently. The difference between them is determined by their positioning and content. If the include is inside a play it can only be a 'task' include and include a list of tasks; if it is at the top level, it can only include plays. For example:: # this is a 'play' include - - include: listofplays + - include: intro_example.yml - name: another play hosts: all