summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/includes/roles/test_includes_free/tasks/main.yml
blob: 5ae7882f4cd66ca327a3edfb9e8e0a470e588af5 (plain)
1
2
3
4
5
6
7
8
9
- name: this needs to be here
  debug:
    msg: "hello"
- include: inner.yml
  with_items:
  - '1'
- ansible.builtin.include: inner_fqcn.yml
  with_items:
  - '1'