summaryrefslogtreecommitdiffstats
path: root/examples/playbooks/common-include-2.yml
blob: b3a942b9fa2d176ccf2826e50b8920f44b6d494c (plain)
1
2
3
4
5
6
7
---
- name: Fixture
  hosts: localhost
  gather_facts: false
  tasks:
    - name: Some include
      ansible.builtin.include_tasks: tasks/included-with-lint.yml