Remove stray " and replace include: with import_tasks:

pull/30710/merge
Thomas Steen Rasmussen 7 years ago committed by Brian Coca
parent a75925eb62
commit 22fda12ac1

@ -49,7 +49,7 @@ EXAMPLES = """
- debug:
msg: task1
- include: stuff.yml"
- import_tasks: stuff.yml
when: hostvar is defined
"""

Loading…
Cancel
Save