Ansible Module import tasks: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 11: Line 11:
- import_tasks: some-dir/some-other-file-that-contains-tasks.yaml
- import_tasks: some-dir/some-other-file-that-contains-tasks.yaml
</syntaxhighlight>
</syntaxhighlight>
=Difference between <tt>include_tasks</tt> and <tt>import_tasks</tt>=
{{Internal|Ansible Difference between include and import|Difference between include and import}}

Revision as of 05:11, 7 July 2021

External

Internal

Overview

---
- import_tasks: some-file-that-contains-tasks.yaml
- import_tasks: some-dir/some-other-file-that-contains-tasks.yaml

Difference between include_tasks and import_tasks

Difference between include and import