You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/includes/roles/test_includes_free/tasks/main.yml

10 lines
163 B
YAML

- name: this needs to be here
debug:
msg: "hello"
- include: inner.yml
with_items:
- '1'
- ansible.builtin.include: inner_fqcn.yml
with_items:
- '1'