blob: 3a4691f3ba8dda25bbe0800d72ee66e80b8a982e (
plain)
1
2
3
4
5
6
7
8
9
10
|
---
- 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' }}"
|