summaryrefslogtreecommitdiffstats
path: root/examples/playbooks/common-include-1.yml
blob: 9885d61e9289af28a2184251ee0736a2ff2061f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
- name: Fixture for test_files_not_scanned_twice
  hosts: localhost
  gather_facts: false
  tasks:
    - name: Some include
      ansible.builtin.import_tasks: tasks/included-with-lint.yml
    - name: Some include_tasks with file and jinja2
      ansible.builtin.include_tasks:
        file: "{{ 'tasks/included-with-lint.yml' }}"
    - name: Some include 3
      ansible.builtin.include_tasks: file=tasks/included-with-lint.yml