Move inventory tests into subdir, prune non-integration tests.

This commit is contained in:
Michael DeHaan
2014-02-20 17:16:16 -05:00
parent fe7d3773ae
commit 379fe02104
30 changed files with 2 additions and 100 deletions

View File

@@ -0,0 +1,6 @@
# Test that playbooks support YAML lists of hosts.
---
- hosts: [host1, host2, host3]
connection: local
tasks:
- action: command true