Fix minor typo in roles doc (#18740)

This commit is contained in:
brijs
2016-12-04 16:11:46 -08:00
committed by scottb
parent 9d8fc7afce
commit f4520af5bf

View File

@@ -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