1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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
parent a75925eb62
commit 22fda12ac1

View file

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