1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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