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:
parent
9d8fc7afce
commit
f4520af5bf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue