From f4520af5bfc18cac5cafd9d4ef6739165a133c54 Mon Sep 17 00:00:00 2001 From: brijs Date: Sun, 4 Dec 2016 16:11:46 -0800 Subject: [PATCH] Fix minor typo in roles doc (#18740) --- docsite/rst/playbooks_roles.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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