Remove stray " and replace include: with import_tasks:

This commit is contained in:
Thomas Steen Rasmussen 2017-09-27 13:04:08 +02:00 committed by Brian Coca
commit 22fda12ac1

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