mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Remove stray " and replace include: with import_tasks:
This commit is contained in:
parent
a75925eb62
commit
22fda12ac1
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ EXAMPLES = """
|
||||||
- debug:
|
- debug:
|
||||||
msg: task1
|
msg: task1
|
||||||
|
|
||||||
- include: stuff.yml"
|
- import_tasks: stuff.yml
|
||||||
when: hostvar is defined
|
when: hostvar is defined
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue