mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Split integration tests out from Makefile. (#17976)
This commit is contained in:
7
test/integration/targets/includes/test_includes3.yml
Normal file
7
test/integration/targets/includes/test_includes3.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
tasks:
|
||||
- include: test_includes4.yml
|
||||
with_items: ["a"]
|
||||
loop_control:
|
||||
loop_var: r
|
||||
Reference in New Issue
Block a user