Make tests use the local connection type, fix missing callback in tests.

This commit is contained in:
Michael DeHaan
2012-11-19 10:30:30 -05:00
parent 75620220b6
commit 9985995a9d
8 changed files with 12 additions and 0 deletions

View File

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