summaryrefslogtreecommitdiff
path: root/test/hosts_list.yml
blob: 09c5ca7c1704fa13aba96db19be3057b185e7cd8 (plain)
1
2
3
4
5
6
# Test that playbooks support YAML lists of hosts.
---
- hosts: [host1, host2, host3]
  connection: local
  tasks:
  - action: command true