mirror of https://github.com/ansible/ansible.git
Make tests use the local connection type, fix missing callback in tests.
parent
75620220b6
commit
9985995a9d
@ -1,5 +1,6 @@
|
||||
# Test that playbooks support YAML lists of hosts.
|
||||
---
|
||||
- hosts: [host1, host2, host3]
|
||||
connection: local
|
||||
tasks:
|
||||
- action: command true
|
||||
|
Loading…
Reference in New Issue