- hosts: all gather_facts: false vars: tasks: - name: Install mpd on hosts apt: name: mpd state: present