Remove stray " and replace include: with import_tasks:

(cherry picked from commit 22fda12ac1)
pull/30978/head
Thomas Steen Rasmussen 7 years ago committed by Brian Coca
parent 64737e1446
commit 25fafc1280

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

@ -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…
Cancel
Save