mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 09:13:12 +00:00
7 lines
125 B
YAML
7 lines
125 B
YAML
- hosts: testhost
|
|
tasks:
|
|
- include: test_includes4.yml
|
|
with_items: ["a"]
|
|
loop_control:
|
|
loop_var: r
|