- hosts: all tasks: - name: apt: name: ['emacs', 'htop', 'dnsutils', 'lshw'] state: present