mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Move inventory tests into subdir, prune non-integration tests.
This commit is contained in:
6
test/inventory_test_data/hosts_list.yml
Normal file
6
test/inventory_test_data/hosts_list.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
# Test that playbooks support YAML lists of hosts.
|
||||
---
|
||||
- hosts: [host1, host2, host3]
|
||||
connection: local
|
||||
tasks:
|
||||
- action: command true
|
||||
Reference in New Issue
Block a user