summaryrefslogtreecommitdiff
path: root/docsite
diff options
context:
space:
mode:
authorbrijs <brij.jhu@gmail.com>2016-12-04 16:11:46 -0800
committerscottb <sydtech@gmail.com>2016-12-04 16:11:46 -0800
commitf4520af5bfc18cac5cafd9d4ef6739165a133c54 (patch)
tree20c01a280423346bcc37cf39c71739de55498f38 /docsite
parent9d8fc7afce680ae297283fdadbb112f822757a7c (diff)
downloadansible-f4520af5bfc18cac5cafd9d4ef6739165a133c54.tar.gz
Fix minor typo in roles doc (#18740)
Diffstat (limited to 'docsite')
-rw-r--r--docsite/rst/playbooks_roles.rst2
1 files changed, 1 insertions, 1 deletions
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