Remove stray " and replace include: with import_tasks:
(cherry picked from commit 22fda12ac1
)
This commit is contained in:
parent
64737e1446
commit
25fafc1280
2 changed files with 2 additions and 1 deletions
|
@ -49,6 +49,7 @@ Ansible Changes By Release
|
|||
* updated api doc example to match api changes
|
||||
* corrected issues with slack callback plugin
|
||||
* it is import_playbook .. not import_plays .. docs now reflect this
|
||||
* fixed typo and missed include/import conversion in import_tasks docs
|
||||
|
||||
<sdfasdfsadfsdflkjsdfklj3oiqrua id="2.4"></a>
|
||||
|
||||
|
|
|
@ -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