Ansible hosts can be a list

Did you know you could write you ansible hosts line like this?

---
- hosts:
  - machine01
  - machine02

.. Pretty cool :)