---
- name: Base configuration for all hosts
import_tasks:
file: base.yml
- name: Fix sound on lt- hosts
file: soundfix.yml
when: "'lt-' in inventory_hostname"