mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
When using roles, or other includes, the path to DWIM inside is the path of the task include
file.
This commit is contained in:
@@ -3,4 +3,8 @@
|
||||
- name: blippy
|
||||
shell: echo notifier called, and the value of x is '{{ x }}'
|
||||
|
||||
# within a role, it's possible to include other task files as well. By default, we
|
||||
# can reference files in the same directory without doing anything special:
|
||||
|
||||
- include: other.yml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user