mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Remove stray " and replace include: with import_tasks:
This commit is contained in:
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
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user