Fix minor typo in roles doc (#18740)

pull/18741/head
brijs 8 years ago committed by scottb
parent 9d8fc7afce
commit f4520af5bf

@ -39,7 +39,7 @@ Tasks and plays both use the `include` keyword, but implement the keyword differ
# this is a 'play' include # this is a 'play' include
- include: listofplays - include: listofplays
- name: antoher play - name: another play
hosts: all hosts: all
tasks: tasks:
- debug: msg=hello - debug: msg=hello

Loading…
Cancel
Save