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:
|
||||
msg: task1
|
||||
|
||||
- include: stuff.yml"
|
||||
- import_tasks: stuff.yml
|
||||
when: hostvar is defined
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in a new issue