Remove stray " and replace include: with import_tasks:

(cherry picked from commit 22fda12ac1)
This commit is contained in:
Thomas Steen Rasmussen 2017-09-27 13:04:08 +02:00 committed by Brian Coca
parent 64737e1446
commit 25fafc1280
2 changed files with 2 additions and 1 deletions

View file

@ -49,6 +49,7 @@ Ansible Changes By Release
* updated api doc example to match api changes * updated api doc example to match api changes
* corrected issues with slack callback plugin * corrected issues with slack callback plugin
* it is import_playbook .. not import_plays .. docs now reflect this * 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> <sdfasdfsadfsdflkjsdfklj3oiqrua id="2.4"></a>

View file

@ -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
""" """